Skip to content

Commit

Permalink
Remove line of debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimmyMySherbet committed Feb 3, 2022
1 parent de93cd7 commit 0f0e65c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ShimmysAdminTools/Commands/PlaceObjectCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ private Transform PlaceBarricade(UnturnedPlayer upl, ItemBarricadeAsset barricad
Array.Copy(BitConverter.GetBytes(upl.CSteamID.m_SteamID), 0, baseState, 0, 8);
Array.Copy(BitConverter.GetBytes(upl.Player.quests.groupID.m_SteamID), 0, baseState, 8, 8);
b.state = baseState;
} else if (store is InteractableStorage stf)
{
Rocket.Core.Logging.Logger.Log($"O: {stf.owner}, G: {stf.group}");
}

BarricadeManager.updateReplicatedState(transform, b.state, b.state.Length);
Expand Down

0 comments on commit 0f0e65c

Please sign in to comment.