mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
ls tweaks
This commit is contained in:
@@ -249,7 +249,6 @@ void ParseAccountString(const std::string &s, std::string &account, std::string
|
||||
account = split[1];
|
||||
}
|
||||
else if(split.size() == 1) {
|
||||
loginserver = "eqemu";
|
||||
account = split[0];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user