Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Commit d145d96

Browse files
committed
Shutdown runtime again
1 parent b9bffdc commit d145d96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rocket.Unturned/UnturnedImplementation.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ public void Init(IRuntime runtime)
103103

104104
private void OnServerShutdown()
105105
{
106-
//runtime.Shutdown();
107-
//Todo: Add Shutdown to IRuntime
106+
runtime.Shutdown();
108107
}
109108

110109
private void OnPlayerDamaged(SDG.Unturned.Player uPlayer, ref EDeathCause cause, ref ELimb limb, ref CSteamID killerId, ref Vector3 direction, ref float damage, ref float times, ref bool canDamage)

0 commit comments

Comments
 (0)