mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-02-17 13:01:25 +01:00
Fix typo
This commit is contained in:
parent
bca766c20d
commit
bbec0932fd
@ -151,7 +151,7 @@ public class LPBukkitBootstrap extends JavaPlugin implements LuckPermsBootstrap
|
||||
return;
|
||||
}
|
||||
|
||||
this.serverStopping = true;
|
||||
this.serverStarting = true;
|
||||
this.serverStopping = false;
|
||||
this.startTime = Instant.now();
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user