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

Commit

Permalink
Merge branch 'rework' of https://github.com/RocketMod/Rocket.Unturned
Browse files Browse the repository at this point in the history
…into rework
  • Loading branch information
Trojaner committed May 9, 2018
2 parents 0c090d5 + 0170331 commit b9bffdc
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 @@ -103,7 +103,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 b9bffdc

Please sign in to comment.