Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed May 31, 2024
1 parent da273b4 commit e73fa05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Projects/Server/Console/ConsoleInputHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ private static void DisplayHelp(string arguments)

private static async void ProcessConsoleInput()
{
var token = Core.ClosingTokenSource.Token;

while (!token.IsCancellationRequested)
while (!Core.Closing)
{
try
{
Expand Down

0 comments on commit e73fa05

Please sign in to comment.