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;
// PROTOCOL>=1097
case Proto::GameServerStoreButtonIndicators:
parseStoreButtonIndicators(msg);
break;
case Proto::GameServerSetStoreDeepLink:
parseSetStoreDeepLink(msg);
break;
// otclient ONLY
case Proto::GameServerExtendedOpcode:

Loading…
Cancel
Save