whitespace gone.

This commit is contained in:
Jonathan Williams 2013-08-31 01:29:52 -07:00
parent e530e3b5a8
commit 0f4facd407
1 changed files with 1 additions and 1 deletions

View File

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