Merge pull request #395 from AwesomestCode/patch-1

Remove extra space
This commit is contained in:
TheMode 2021-08-08 19:02:58 +02:00 committed by GitHub
commit 8f850b8cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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