mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-20 22:03:25 +00:00
96d97a6e51
Destroying a client unit while that client it on a multiplayer server WILL crash the server. The proper way of handling this is to set a flag and let MOOSE-SERVER handle the kicking part. This part hasnt been written yet, but is being worked on