Skip to content

Commit

Permalink
remind me not to do PRs at 3 in the morning
Browse files Browse the repository at this point in the history
  • Loading branch information
gluesniffler committed Sep 20, 2024
1 parent 5f82ac7 commit 3900bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Standing/StandingStateSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public bool Down(EntityUid uid, bool playSound = true, bool dropHeldItems = true
RaiseLocalEvent(uid, new DownedEvent(), false);

// Raising this event will lower the entity's draw depth to the same as a small mob.
if (!_config.GetCVar(CCVars.CrawlUnderTables))
if (_config.GetCVar(CCVars.CrawlUnderTables))
RaiseNetworkEvent(new DrawDownedEvent(GetNetEntity(uid)));

// Seemed like the best place to put it
Expand Down

0 comments on commit 3900bf3

Please sign in to comment.