mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-02-20 06:21:55 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.serverStopping = true;
|
this.serverStarting = true;
|
||||||
this.serverStopping = false;
|
this.serverStopping = false;
|
||||||
this.startTime = Instant.now();
|
this.startTime = Instant.now();
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user