Core/Commands: Code cleanup

Remove commented out code
This commit is contained in:
jackpoz
2016-08-20 20:53:08 +02:00
parent 0b4b0ea348
commit eb9bf314c4

View File

@@ -246,7 +246,6 @@ public:
if (!*args)
return false;
// std::int flag = (char*)args;
int flag = atoi((char*)args);
Player* chr = handler->getSelectedPlayer();