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

Commit

Permalink
Shutdown runtime again
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojaner committed May 9, 2018
1 parent b9bffdc commit d145d96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rocket.Unturned/UnturnedImplementation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ public void Init(IRuntime runtime)

private void OnServerShutdown()
{
//runtime.Shutdown();
//Todo: Add Shutdown to IRuntime
runtime.Shutdown();
}

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)
Expand Down

0 comments on commit d145d96

Please sign in to comment.