Fixed idiotic error where /eye said it was an eater.

This commit is contained in:
Shank 2011-05-29 00:19:51 -06:00
parent 0b1217f451
commit 98e3cc2697

View file

@ -1044,7 +1044,7 @@
return;
}
ShankShock.NewNPC((int)ShankShock.NPCList.EYE, x, y, this.whoAmI);
ShankShock.broadcast(ShankShock.findPlayer(this.whoAmI) + " has spawned an eater of worlds!");
ShankShock.broadcast(ShankShock.findPlayer(this.whoAmI) + " has spawned an eye!");
return;
}
if (str9 == "/invade")