Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2018, 3:20:41 PM (6 years ago)
Author:
varyo
Message:

Commented out two asserts and one registerVariable, fixing client side texture issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Masterserver_FS18/src/libraries/network/packet/Gamestate.cc

    r11858 r11889  
    222222          orxout(user_error, context::packets) << "Possible reason for this error: Client created a synchronized object without the Server's approval." << endl;
    223223          orxout(user_error, context::packets) << "Objects class: " << synchronisable->getIdentifier()->getName() << endl;
    224           assert(false);
     224          //assert(false);
    225225        }
    226226      }
Note: See TracChangeset for help on using the changeset viewer.