mirror of
https://github.com/tanyaofei/minecraft-fakeplayer.git
synced 2025-09-14 11:16:46 +08:00
typo
This commit is contained in:
parent
e7f0b899c1
commit
23a474cb4e
@ -85,7 +85,7 @@ public class FakeplayerListener implements Listener {
|
|||||||
.anyMatch(metadata -> metadata.value() == FakePlayerStatus.SPAWNING)
|
.anyMatch(metadata -> metadata.value() == FakePlayerStatus.SPAWNING)
|
||||||
) {
|
) {
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
log.warning("Fake player '%s' was attempting to kick during the spawning which will be canceled because you enabled 'prevent-kicked-on-spawning'");
|
log.warning("Fake player '%s' was attempting to be kicked during the spawning which will be canceled cause you are enabled 'prevent-kicked-on-spawning'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user