This website requires JavaScript.
Explore
Help
Sign In
vlad.os
/
LuaCsForBarotraumaEP
Watch
0
Star
0
Fork
0
You've already forked LuaCsForBarotraumaEP
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
07de2b2a0fe3ff43051022045f2ad822abba91d0
LuaCsForBarotraumaEP
/
Barotrauma
/
BarotraumaShared
/
Source
/
GameSession
T
History
Joonas Rikkonen
07de2b2a0f
Fixed previous items not being cleared from multiplayer campaign UI after a round ends.
Closes
#505
2018-07-20 13:50:04 +03:00
..
GameModes
Fixed entity IDs getting messed up and causing desync because of purchased items in multiplayer campaign. The server created cargo items first and then mission-related entities, while the clients only spawned mission entities and relied on the server to spawn the cargo, which caused mission entities to have wrong IDs.
Closes
#484
2018-07-17 12:50:04 +03:00
CargoManager.cs
Fixed previous items not being cleared from multiplayer campaign UI after a round ends.
Closes
#505
2018-07-20 13:50:04 +03:00
GameSession.cs
Added wrapper methods that check if user statistics are enabled to GameAnalyticsManager
2018-07-20 12:05:13 +03:00