Found the issue of the NPEs, so reverting Tommys revert, sorry, i hope you won't kill me for that :)

This one was seriously tested before, every function of War
This commit is contained in:
Tim Düsterhus 2011-07-27 15:06:51 +02:00
parent af3e0f08b3
commit e7d8a33d3b

View File

@ -553,6 +553,5 @@ public class Volume {
this.signLines = null;
this.invBlockContents.clear();
this.invBlockContents = null;
War.war = null;
}
}