whitespace
This commit is contained in:
parent
537bc8eccd
commit
b688820d60
1 changed files with 2 additions and 7 deletions
|
|
@ -351,7 +351,6 @@ namespace TShockAPI
|
||||||
|
|
||||||
private static void PasswordUser(CommandArgs args)
|
private static void PasswordUser(CommandArgs args)
|
||||||
{
|
{
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (args.Player.IsLoggedIn && args.Parameters.Count == 2)
|
if (args.Player.IsLoggedIn && args.Parameters.Count == 2)
|
||||||
|
|
@ -900,7 +899,6 @@ namespace TShockAPI
|
||||||
Tools.ForceKickAll("Server shutting down for update!");
|
Tools.ForceKickAll("Server shutting down for update!");
|
||||||
WorldGen.saveWorld();
|
WorldGen.saveWorld();
|
||||||
Netplay.disconnect = true;
|
Netplay.disconnect = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion Server Maintenence Commands
|
#endregion Server Maintenence Commands
|
||||||
|
|
@ -1374,7 +1372,6 @@ namespace TShockAPI
|
||||||
args.Player.SendMessage("Specified warp not found", Color.Red);
|
args.Player.SendMessage("Specified warp not found", Color.Red);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion Teleport Commands
|
#endregion Teleport Commands
|
||||||
|
|
@ -1577,7 +1574,6 @@ namespace TShockAPI
|
||||||
|
|
||||||
private static void MaxSpawns(CommandArgs args)
|
private static void MaxSpawns(CommandArgs args)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (args.Parameters.Count != 1)
|
if (args.Parameters.Count != 1)
|
||||||
{
|
{
|
||||||
args.Player.SendMessage("Invalid syntax! Proper syntax: /maxspawns <maxspawns>", Color.Red);
|
args.Player.SendMessage("Invalid syntax! Proper syntax: /maxspawns <maxspawns>", Color.Red);
|
||||||
|
|
@ -1725,7 +1721,6 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
switch (cmd)
|
switch (cmd)
|
||||||
{
|
{
|
||||||
|
|
||||||
case "name":
|
case "name":
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
|
@ -1734,7 +1729,6 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case "set":
|
case "set":
|
||||||
{
|
{
|
||||||
int choice = 0;
|
int choice = 0;
|
||||||
|
|
@ -2000,7 +1994,6 @@ namespace TShockAPI
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion World Protection Commands
|
#endregion World Protection Commands
|
||||||
|
|
@ -2222,6 +2215,7 @@ namespace TShockAPI
|
||||||
(new Thread(ply.Whoopie)).Start(annoy);
|
(new Thread(ply.Whoopie)).Start(annoy);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion General Commands
|
#endregion General Commands
|
||||||
|
|
||||||
#region Cheat Commands
|
#region Cheat Commands
|
||||||
|
|
@ -2602,6 +2596,7 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
args.Player.SendMessage("You have grown a " + name, Color.Green);
|
args.Player.SendMessage("You have grown a " + name, Color.Green);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion Cheat Comamnds
|
#endregion Cheat Comamnds
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue