Cleanup the SoulNetwork a bit.

Should work now?
This commit is contained in:
Nick 2015-11-22 13:43:15 -08:00
parent 352c6b9e5f
commit e0b073b8b7
7 changed files with 130 additions and 69 deletions

View file

@ -7,7 +7,7 @@ import net.minecraftforge.fml.common.eventhandler.Event;
public class SoulNetworkEvent extends Event {
public String ownerName;
public final String ownerName;
public int syphon;
public SoulNetworkEvent(String ownerName, int syphon) {