Fix TargetPoint to be static

This commit is contained in:
Christian 2014-01-09 08:41:52 -05:00
parent abf452f889
commit ad305ef997
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public enum NetworkRegistry
channels.put(Side.SERVER, Maps.<String,FMLEmbeddedChannel>newConcurrentMap());
}
public class TargetPoint {
public static class TargetPoint {
public TargetPoint(int dimension, double x, double y, double z, double range)
{
this.x = x;