This commit is contained in:
Luck 2020-03-10 23:55:47 +00:00
parent bca766c20d
commit bbec0932fd
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -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 {