We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0948387 commit 07c05e1Copy full SHA for 07c05e1
RegionFlags.cs
@@ -72,7 +72,7 @@ public override void Initialize()
72
Commands.ChatCommands.Add(new Command("setflags", SetDPS, "regdamage", "rd"));
73
Commands.ChatCommands.Add(new Command("setflags", SetHPS, "regheal", "rh"));
74
ServerApi.Hooks.GameUpdate.Register(this, OnUpdate);
75
- ServerApi.Hooks.GamePostInitialize.Register(this, Import);
+ ServerApi.Hooks.GamePostInitialize.Register(this, Import, -1);
76
GetDataHandlers.ItemDrop += OnItemDrop;
77
ServerApi.Hooks.NetGreetPlayer.Register(this, OnGreet);
78
ServerApi.Hooks.ServerLeave.Register(this, OnLeave);
0 commit comments