After server restart disband the group of players(team). Anyone know what's happening?
Restart & party players
can't post the link but search Team Fix with google
is it a real restart - do you see a save at the end of your log file? or is the server process getting crashed and then you just start it back up?
kiaCis it a real restart - do you see a save at the end of your log file? or is the server process getting crashed and then you just start it back up?
cron job restart
I'm going to take that as you just crash the server. Stop It. Shut down/restart the server properly.
https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/command_stop.sh
and I'm pretty sure rust does not support any of this, you are killing the process and not restarting your server correctly.
could have saved even more time by just looking at the last few lines of your server log file......... do you see this?
and I'm pretty sure rust does not support any of this, you are killing the process and not restarting your server correctly.
could have saved even more time by just looking at the last few lines of your server log file......... do you see this?
Config Saved
[Raknet] Server Shutting Down (quit)
kiaC
https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/command_stop.sh
and I'm pretty sure rust does not support any of this, you are killing the process and not restarting your server correctly.
could have saved even more time by just looking at the last few lines of your server log file......... do you see this?Config Saved [Raknet] Server Shutting Down (quit)
no, I don't see
Merged post
any idea how to fix this?