Fix gramatical error
This commit is contained in:
parent
80e534b14e
commit
536d69f4ba
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue