Changed: Minor change

This commit is contained in:
kervala 2016-01-26 23:29:58 +01:00
parent f118b85dc6
commit 8b817eea07

View file

@ -3053,6 +3053,7 @@ void cbClientQuitGameRequest( NLNET::CMessage& msgin, const std::string & servic
{ {
CEntityId charId; CEntityId charId;
bool bypassDisconnectionTimer = false; bool bypassDisconnectionTimer = false;
try try
{ {
msgin.serial(charId); msgin.serial(charId);