Skip to content

Commit e1a65c9

Browse files
committed
Update SaveWorld hook in server launcher for 1456
1 parent 68dc2cd commit e1a65c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OTAPI.Server.Launcher/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void Print<TSender, TArgs>(TSender sender, TArgs args)
133133
HookEvents.Terraria.WorldGen.StartHardmode += Print;
134134
HookEvents.Terraria.WorldGen.SpreadGrass += Print;
135135
HookEvents.Terraria.Chat.ChatHelper.BroadcastChatMessage += Print;
136-
HookEvents.Terraria.IO.WorldFile.SaveWorld_Boolean_Boolean += Print;
136+
HookEvents.Terraria.IO.WorldFile.SaveWorld += Print;
137137
HookEvents.Terraria.Net.NetManager.SendData += Print;
138138
HookEvents.Terraria.Projectile.SetDefaults += Print;
139139
HookEvents.Terraria.Projectile.AI += Print;

0 commit comments

Comments
 (0)