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

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
fr34kyn01535 committed May 9, 2018
1 parent 70103a0 commit 0170331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rocket.Unturned/UnturnedImplementation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public void Init(IRuntime runtime)

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

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 0170331

Please sign in to comment.