RefractorGSCM / Refractor

An open-source game server community manager built with Go.

Home Page:https://refractor.dmas.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Force Refresh playerlist

Deathay opened this issue · comments

Hey,

Earlier i made a bug report about the playerlist refresh. I just noticed if the other user does not have administrator rights(in group settings), it will not have the option to refresh the playerlist.

That is by design. Refractor does a good job of maintaining the active player list without the need for manual refreshes. Manual refreshes are intended for restoring the player list when some server critical event happens where a server is no longer able to send player quit broadcasts, for example a server crash.

There should not be need to manually refresh the player list in any other case, so this ability is restricted to admins as it is a somewhat expensive operation.