mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Cleaned up some code and adhered closer to the Microsoft code standards.
This commit is contained in:
@ -44,6 +44,7 @@ namespace IW4MAdmin
|
||||
do
|
||||
{
|
||||
userInput = Console.ReadLine();
|
||||
|
||||
if (userInput.ToLower() == "quit")
|
||||
ServerManager.Stop();
|
||||
|
||||
@ -55,7 +56,7 @@ namespace IW4MAdmin
|
||||
ServerManager.Servers[0].ExecuteEvent(E);
|
||||
Console.Write('>');
|
||||
|
||||
} while (userInput != null && ServerManager.Running);
|
||||
} while (ServerManager.Running);
|
||||
});
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user