Made functions uppercase, like all of terraria's functions, to keep it consistent
This commit is contained in:
parent
e599e985b3
commit
5e91f13916
6 changed files with 115 additions and 115 deletions
|
|
@ -67,15 +67,15 @@
|
|||
{
|
||||
if (Main.player[plr].statLifeMax > 400 || Main.player[plr].statManaMax > 200 || Main.player[plr].statLife > 400 || Main.player[plr].statMana > 200)
|
||||
{
|
||||
ShankShock.handleCheater(plr);
|
||||
ShankShock.HandleCheater(plr);
|
||||
}
|
||||
ShankShock.showmotd(plr);
|
||||
ShankShock.showUpdateMinder(plr);
|
||||
if (ShankShock.isAdmin(Main.player[plr].name))
|
||||
ShankShock.ShowMOTD(plr);
|
||||
ShankShock.ShowUpdateReminder(plr);
|
||||
if (ShankShock.IsAdmin(Main.player[plr].name))
|
||||
{
|
||||
if (!ShankShock.shownOneTimeInvasionMinder && ShankShock.infinateInvasion)
|
||||
{
|
||||
ShankShock.sendMessage(plr, "You must run /invade to start the infinite invasion.", new float[] { 255, 0, 0 });
|
||||
ShankShock.SendMessage(plr, "You must run /invade to start the infinite invasion.", new float[] { 255, 0, 0 });
|
||||
}
|
||||
}
|
||||
if (ShankShock.permaPvp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue