Skip to content

Commit

Permalink
Update collabcraft.java
Browse files Browse the repository at this point in the history
  • Loading branch information
imightexist authored Nov 22, 2022
1 parent 9a286a6 commit 7a82845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/io/papermc/collabcraft/collabcraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public class collabcraft extends JavaPlugin implements Listener,CommandExecutor
private int time = 30; //in seconds
private BossBar turnTime = Bukkit.createBossBar("PlayerNameHere's turn",BarColor.BLUE,BarStyle.SOLID);
private PlayerInventory inventory = null;
private Location location = Bukkit.getWorld("world").getSpawnLocation();
private Location spawn = Bukkit.getWorld("world").getSpawnLocation();
private Location location = null;
private Location spawn = null;
private Runnable createRunnable(Player p){
Runnable r = new Runnable(){
public void run(){
Expand Down Expand Up @@ -128,4 +128,4 @@ public boolean onCommand(CommandSender sender, Command cmd, String label, String
return false;
}
}
}
}

0 comments on commit 7a82845

Please sign in to comment.