Fixed idiotic error where /eye said it was an eater.
This commit is contained in:
parent
0b1217f451
commit
98e3cc2697
1 changed files with 1 additions and 1 deletions
|
|
@ -1044,7 +1044,7 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ShankShock.NewNPC((int)ShankShock.NPCList.EYE, x, y, this.whoAmI);
|
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;
|
return;
|
||||||
}
|
}
|
||||||
if (str9 == "/invade")
|
if (str9 == "/invade")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue