Hello, Infopanel plugin has been outdated with the latest Rust and Oxide updates, one of the changes is
void OnPlayerInit (BasePlayer player) was changed to
void OnPlayerConnected (BasePlayer player) and this makes the infopanel not load when the player enters the server, like this plugin many may have similar problems
void OnPlayerInit (BasePlayer player) was changed to
void OnPlayerConnected (BasePlayer player) and this makes the infopanel not load when the player enters the server, like this plugin many may have similar problems