mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fixed typo in !help
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
| @@ -121,7 +121,7 @@ | ||||
|     <value>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</value> | ||||
|   </data> | ||||
|   <data name="CPgiveitem" xml:space="preserve"> | ||||
| @@ -173,7 +173,7 @@ Server Administration: givecurrency, giveitem, givekeyitem, removecurrency, remo | ||||
|     <value>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</value> | ||||
|   </data> | ||||
|   <data name="CPremoveitem" xml:space="preserve"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user