Changeset 11889 for code/branches/Masterserver_FS18/src/libraries/network
- Timestamp:
- Apr 19, 2018, 3:20:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Masterserver_FS18/src/libraries/network/packet/Gamestate.cc
r11858 r11889 222 222 orxout(user_error, context::packets) << "Possible reason for this error: Client created a synchronized object without the Server's approval." << endl; 223 223 orxout(user_error, context::packets) << "Objects class: " << synchronisable->getIdentifier()->getName() << endl; 224 assert(false);224 //assert(false); 225 225 } 226 226 }
Note: See TracChangeset
for help on using the changeset viewer.