Add Inv. sync

This commit is contained in:
VegaZ
2019-05-11 22:18:08 +02:00
parent 8a22b4292a
commit aa2a66efdf
3 changed files with 40 additions and 2 deletions

View File

@@ -193,6 +193,7 @@ namespace ReallifeGamemode.Server.Managers
}
}
context.SaveChanges();
player.TriggerEvent("SERVER:INVENTORY_SYNC");
}
}