mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-26 12:28:15 +02:00
Fixed typo in !help
This commit is contained in:
parent
11a371f32b
commit
101a2d50ed
2 changed files with 4 additions and 4 deletions
|
@ -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'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.
|
||||
/// </summary>
|
||||
public static string CPremovecurrency {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue