Fix gramatical error

This commit is contained in:
Jimmy Allen 2021-03-18 11:07:05 +13:00
parent 80e534b14e
commit 536d69f4ba
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class PlayerListener implements Listener{
World world = player.getWorld();
String w = world.getName();
FileConfiguration config = plugin.getConfig();
//Check is spawn is set
//Check if spawn is set
if(config.contains("spawn."+w)){
int x = config.getInt("spawn."+w+".x");
int y = config.getInt("spawn."+w+".y");