Fix for locked server bug, bandaid to fix stupid missile code.

This commit is contained in:
KimLS
2017-02-08 19:27:51 -08:00
parent 5fa8ffd3bc
commit ed813363a5
5 changed files with 20 additions and 6 deletions
-1
View File
@@ -86,7 +86,6 @@ void ZSList::KillAll() {
while(iterator != list.end()) {
(*iterator)->Disconnect();
iterator = list.erase(iterator);
numzones--;
}
}