mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 00:10:19 +01:00
fix typo in Server#stop (#2093)
This commit is contained in:
parent
f1a4882572
commit
7daf8d69b7
@ -120,7 +120,7 @@ public final class Server {
|
||||
this.selector.wakeup();
|
||||
this.selector.close();
|
||||
} catch (IOException e) {
|
||||
LOGGER.error("Server socket sector could not be closed", e);
|
||||
LOGGER.error("Server socket selector could not be closed", e);
|
||||
System.exit(-1);
|
||||
}
|
||||
this.workers.forEach(Worker::close);
|
||||
|
Loading…
Reference in New Issue
Block a user