Changeset 297 for binary-improvements/AllocsCommands
- Timestamp:
- Oct 26, 2016, 11:37:58 AM (8 years ago)
- Location:
- binary-improvements/AllocsCommands
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/ShowInventory.cs
r273 r297 67 67 SdtdConsole.Instance.Output ("Equipment of player " + p.Name + ":"); 68 68 PrintEquipment (inv.equipment, p.EntityID, "equipment", tag); 69 70 if (tag != null) { 71 SdtdConsole.Instance.Output ("tracker_item id=" + p.EntityID + ", tag=" + tag + ", SHOWINVENTORY DONE"); 72 } 69 73 70 74 } catch (Exception e) { -
binary-improvements/AllocsCommands/ModInfo.xml
r292 r297 5 5 <Description value="Additional commands for server operation" /> 6 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="1 0" />7 <Version value="11" /> 8 8 <Website value="http://7dtd.illy.bz" /> 9 9 </ModInfo>
Note:
See TracChangeset
for help on using the changeset viewer.