Forgot to dispose projectile setdefaults
This commit is contained in:
parent
85123a4db3
commit
0740502068
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ namespace TShockAPI
|
|||
NetHooks.SendData -= NetHooks_SendData;
|
||||
NetHooks.GreetPlayer -= OnGreetPlayer;
|
||||
NpcHooks.StrikeNpc -= NpcHooks_OnStrikeNpc;
|
||||
ProjectileHooks.SetDefaults -= OnProjectileSetDefaults;
|
||||
if (File.Exists(Path.Combine(SavePath, "tshock.pid")))
|
||||
{
|
||||
File.Delete(Path.Combine(SavePath, "tshock.pid"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue