Replace tabs with spaces

master
Joseph Bingham 8 years ago
parent 344146ba2d
commit 5a5adc4ed6

@ -383,8 +383,10 @@ void ProtocolGame::parseMessage(const InputMessagePtr& msg)
break; break;
// PROTOCOL>=1097 // PROTOCOL>=1097
case Proto::GameServerStoreButtonIndicators: case Proto::GameServerStoreButtonIndicators:
parseStoreButtonIndicators(msg);
break; break;
case Proto::GameServerSetStoreDeepLink: case Proto::GameServerSetStoreDeepLink:
parseSetStoreDeepLink(msg);
break; break;
// otclient ONLY // otclient ONLY
case Proto::GameServerExtendedOpcode: case Proto::GameServerExtendedOpcode:

Loading…
Cancel
Save