Adding players to the PlayerList should work now.

This commit is contained in:
cerevisiae
2010-12-07 22:53:51 -06:00
parent d65252d289
commit 0233605785
2 changed files with 4 additions and 21 deletions

View File

@ -90,6 +90,7 @@ public class vMinecraftListener extends PluginListener {
public void onLogin(Player player){
vMinecraftUsers.addUser(player);
}
public boolean onIgnite(Block block, Player player) {
if(vMinecraftSettings.stopFire){
if (vMinecraftSettings.fireNoSpread.contains(block)){