v0.85 Bugfixes
This commit is contained in:
Binary file not shown.
@@ -2,6 +2,7 @@ package com.garbagemule.MobArena;
|
|||||||
|
|
||||||
import org.bukkit.Location;
|
import org.bukkit.Location;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
import org.bukkit.plugin.Plugin;
|
||||||
import org.bukkit.command.Command;
|
import org.bukkit.command.Command;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.command.CommandExecutor;
|
import org.bukkit.command.CommandExecutor;
|
||||||
|
|||||||
@@ -32,8 +32,6 @@ public class MASpawnThread implements Runnable
|
|||||||
private Random random;
|
private Random random;
|
||||||
private Player target;
|
private Player target;
|
||||||
private String reward, currentRewards;
|
private String reward, currentRewards;
|
||||||
// TO-DO: Move this into MAUtils
|
|
||||||
private static List<Player> playerList;
|
|
||||||
|
|
||||||
public MASpawnThread()
|
public MASpawnThread()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user