Fixed typo in !help

This commit is contained in:
TheManii 2016-05-09 00:26:53 -04:00
parent 11a371f32b
commit 101a2d50ed
2 changed files with 4 additions and 4 deletions

View file

@ -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.
/// </summary>
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&apos;s inventory
///
///*Syntax: removecurrency &lt;quantity&gt;
/// removecurrency &lt;quantity&gt; &lt;type&gt;
/// removecurrency &lt;type&gt; &lt;quantity&gt;
///&lt;type&gt; is the specific type of currency desired, defaults to gil if no type specified.
/// </summary>
public static string CPremovecurrency {