Code Freeze
This commit is contained in:
parent
b5c4eb8e21
commit
f1113675c4
2 changed files with 2 additions and 3 deletions
|
|
@ -120,7 +120,6 @@ namespace TShockAPI
|
||||||
|
|
||||||
public static void InitCommands()
|
public static void InitCommands()
|
||||||
{
|
{
|
||||||
//When adding new perm in here, add new perm to CommandList in DBEditor
|
|
||||||
AddChatCommand add = (p, c, n) => ChatCommands.Add(new Command(p, c, n));
|
AddChatCommand add = (p, c, n) => ChatCommands.Add(new Command(p, c, n));
|
||||||
add(Permissions.kick, Kick, "kick");
|
add(Permissions.kick, Kick, "kick");
|
||||||
add(Permissions.ban, Ban, "ban");
|
add(Permissions.ban, Ban, "ban");
|
||||||
|
|
@ -134,7 +133,7 @@ namespace TShockAPI
|
||||||
add(Permissions.maintenance, CheckUpdates, "checkupdates");
|
add(Permissions.maintenance, CheckUpdates, "checkupdates");
|
||||||
add(Permissions.causeevents, DropMeteor, "dropmeteor");
|
add(Permissions.causeevents, DropMeteor, "dropmeteor");
|
||||||
add(Permissions.causeevents, Star, "star");
|
add(Permissions.causeevents, Star, "star");
|
||||||
add(Permissions.causeevents, Ore, "genore");
|
add(Permissions.causeevents, Ore, "genore");
|
||||||
add(Permissions.causeevents, Fullmoon, "fullmoon");
|
add(Permissions.causeevents, Fullmoon, "fullmoon");
|
||||||
add(Permissions.causeevents, Bloodmoon, "bloodmoon");
|
add(Permissions.causeevents, Bloodmoon, "bloodmoon");
|
||||||
add(Permissions.causeevents, Invade, "invade");
|
add(Permissions.causeevents, Invade, "invade");
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ namespace TShockAPI
|
||||||
public class TShock : TerrariaPlugin
|
public class TShock : TerrariaPlugin
|
||||||
{
|
{
|
||||||
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
public static readonly string VersionCodename = "ETA 1am 1/22/2012 MDT";
|
public static readonly string VersionCodename = "Pre-Release - Code Freeze";
|
||||||
|
|
||||||
public static string SavePath = "tshock";
|
public static string SavePath = "tshock";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue