Initial version of FinchWorld and TungstonsDumper
This commit is contained in:
@@ -7,8 +7,10 @@ namespace Oxide.Plugins {
|
||||
[Description("Re-read the server configs after loading to override gamemode settings")]
|
||||
public class RereadConfigs : RustPlugin {
|
||||
|
||||
private const float DELAY = 10f;
|
||||
|
||||
void OnServerInitialized() {
|
||||
timer.Once(10f, () => {
|
||||
timer.Once(DELAY, () => {
|
||||
Server.Command("server.readcfg");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user