whitespace gone.

This commit is contained in:
Jonathan Williams 2013-08-31 01:29:52 -07:00
parent e530e3b5a8
commit 0f4facd407

View File

@ -263,7 +263,7 @@ public class NpcManager extends MiniPlugin
entry.Entity = entity; entry.Entity = entity;
_npcs.put(entity.getUniqueId().toString(), entry); _npcs.put(entity.getUniqueId().toString(), entry);
if (entry.Radius == 0 ) if (entry.Radius == 0)
{ {
UtilEnt.Vegetate(entry.Entity); UtilEnt.Vegetate(entry.Entity);
} }