Skip to content

Commit 07c05e1

Browse files
author
Zack Piispanen
committed
lol @ order
1 parent 0948387 commit 07c05e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RegionFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public override void Initialize()
7272
Commands.ChatCommands.Add(new Command("setflags", SetDPS, "regdamage", "rd"));
7373
Commands.ChatCommands.Add(new Command("setflags", SetHPS, "regheal", "rh"));
7474
ServerApi.Hooks.GameUpdate.Register(this, OnUpdate);
75-
ServerApi.Hooks.GamePostInitialize.Register(this, Import);
75+
ServerApi.Hooks.GamePostInitialize.Register(this, Import, -1);
7676
GetDataHandlers.ItemDrop += OnItemDrop;
7777
ServerApi.Hooks.NetGreetPlayer.Register(this, OnGreet);
7878
ServerApi.Hooks.ServerLeave.Register(this, OnLeave);

0 commit comments

Comments
 (0)