- Timestamp:
- Sep 4, 2018, 2:33:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/RemoveLandProtection.cs
r325 r326 59 59 private void removeByPosition (List<string> _coords) { 60 60 try { 61 int x = int.MinValue;61 int x, y, z; 62 62 int.TryParse (_coords [0], out x); 63 int y = int.MinValue;64 63 int.TryParse (_coords [1], out y); 65 int z = int.MinValue;66 64 int.TryParse (_coords [2], out z); 67 65
Note:
See TracChangeset
for help on using the changeset viewer.