Changeset 342 for binary-improvements
- Timestamp:
- Dec 12, 2018, 11:14:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/Give.cs
r326 r342 56 56 57 57 if (_params.Count == 4) { 58 if (!int.TryParse (_params [ 1], out quality) || quality <= 0) {58 if (!int.TryParse (_params [3], out quality) || quality <= 0) { 59 59 SdtdConsole.Instance.Output ("Quality is not an integer or not greater than zero."); 60 60 return;
Note:
See TracChangeset
for help on using the changeset viewer.