Changeset 326 for binary-improvements/AllocsCommands/Commands/Give.cs
- Timestamp:
- Sep 4, 2018, 2:33:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/Give.cs
r325 r326 47 47 iv = new ItemValue (iv.type, true); 48 48 49 int n = int.MinValue;49 int n; 50 50 if (!int.TryParse (_params [2], out n) || n <= 0) { 51 51 SdtdConsole.Instance.Output ("Amount is not an integer or not greater than zero.");
Note:
See TracChangeset
for help on using the changeset viewer.