From b185f7d02aaa988d9b0f4aaed2e453cd875c54ed Mon Sep 17 00:00:00 2001 From: Georgiy Date: Sun, 30 Jun 2013 20:06:41 -0400 Subject: [PATCH] Trying to fix null pointer exception. --- src/gibstick/bukkit/discosheep/DiscoParty.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gibstick/bukkit/discosheep/DiscoParty.java b/src/gibstick/bukkit/discosheep/DiscoParty.java index 6c3aea2..3b24a48 100644 --- a/src/gibstick/bukkit/discosheep/DiscoParty.java +++ b/src/gibstick/bukkit/discosheep/DiscoParty.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package gibstick.bukkit.discosheep; import java.util.ArrayList;