mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Core/BattleNet: Removed bad line
This commit is contained in:
@@ -70,8 +70,6 @@ public:
|
||||
if (!*args)
|
||||
return false;
|
||||
|
||||
std::string email;
|
||||
|
||||
///- %Parse the command line arguments
|
||||
char* accountName = strtok((char*)args, " ");
|
||||
char* password = strtok(NULL, " ");
|
||||
|
||||
Reference in New Issue
Block a user