From 101a2d50ed2567c1e6d155fa57ceaeaf91429b67 Mon Sep 17 00:00:00 2001 From: TheManii Date: Mon, 9 May 2016 00:26:53 -0400 Subject: [PATCH] Fixed typo in !help --- FFXIVClassic Map Server/Properties/Resources.Designer.cs | 4 ++-- FFXIVClassic Map Server/Properties/Resources.resx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FFXIVClassic Map Server/Properties/Resources.Designer.cs b/FFXIVClassic Map Server/Properties/Resources.Designer.cs index d0cae89c..a49ec70e 100644 --- a/FFXIVClassic Map Server/Properties/Resources.Designer.cs +++ b/FFXIVClassic Map Server/Properties/Resources.Designer.cs @@ -64,7 +64,7 @@ namespace FFXIVClassic_Map_Server.Properties { /// Looks up a localized string similar to Adds the specified currency to the current player's inventory /// ///*Syntax: givecurrency <quantity> - /// givecurrency <quantity> <type> + /// givecurrency <type> <quantity> ///<type> is the specific type of currency desired, defaults to gil if no type specified. /// public static string CPgivecurrency { @@ -176,7 +176,7 @@ namespace FFXIVClassic_Map_Server.Properties { /// Looks up a localized string similar to Removes the specified currency from the current player's inventory /// ///*Syntax: removecurrency <quantity> - /// removecurrency <quantity> <type> + /// removecurrency <type> <quantity> ///<type> is the specific type of currency desired, defaults to gil if no type specified. /// public static string CPremovecurrency { diff --git a/FFXIVClassic Map Server/Properties/Resources.resx b/FFXIVClassic Map Server/Properties/Resources.resx index f121876e..a5b7477e 100644 --- a/FFXIVClassic Map Server/Properties/Resources.resx +++ b/FFXIVClassic Map Server/Properties/Resources.resx @@ -121,7 +121,7 @@ Adds the specified currency to the current player's inventory *Syntax: givecurrency <quantity> - givecurrency <quantity> <type> + givecurrency <type> <quantity> <type> is the specific type of currency desired, defaults to gil if no type specified @@ -173,7 +173,7 @@ Server Administration: givecurrency, giveitem, givekeyitem, removecurrency, remo Removes the specified currency from the current player's inventory *Syntax: removecurrency <quantity> - removecurrency <quantity> <type> + removecurrency <type> <quantity> <type> is the specific type of currency desired, defaults to gil if no type specified