This website requires JavaScript.
Explore
Help
Sign in
rechka
/
fish-station
Watch
1
Star
0
Fork
You've already forked fish-station
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8b1be6edee
fish-station
/
Content.Client
/
GameObjects
History
Acruid
8b1be6edee
Fixes the client crashing when closed. When disconnecting from a server, _playerManager.LocalPlayer is set to null before the entity components are disposed. Previously this would throw a nullref exception in ClientStatusEffectsComponent, now it properly checks for the null value. This
resolves
#435
.
2019-11-16 14:39:52 -08:00
..
Components
Fixes the client crashing when closed. When disconnecting from a server, _playerManager.LocalPlayer is set to null before the entity components are disposed. Previously this would throw a nullref exception in ClientStatusEffectsComponent, now it properly checks for the null value. This
resolves
#435
.
2019-11-16 14:39:52 -08:00
EntitySystems
Rider static analysis (
#433
)
2019-11-13 23:37:46 +01:00