mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-12 13:44:28 +01:00
Remove extra space
This commit is contained in:
parent
d7a6891153
commit
938ff330ec
@ -10,7 +10,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
* <p>
|
||||
* Could be used to unload the chunk internally in order to save memory.
|
||||
*/
|
||||
public class PlayerChunkUnloadEvent implements PlayerEvent {
|
||||
public class PlayerChunkUnloadEvent implements PlayerEvent {
|
||||
|
||||
private final Player player;
|
||||
private final int chunkX, chunkZ;
|
||||
|
Loading…
Reference in New Issue
Block a user