First try at updating command system to be like TC. Still needs alot of testing/work
This commit is contained in:
@@ -674,7 +674,7 @@ namespace Game.Networking.Packets
|
||||
|
||||
if (!isCurrency)
|
||||
{
|
||||
RewardItem.HasValue = true;
|
||||
RewardItem.Value = new();
|
||||
RewardItem.Value.ItemID = id;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user