diff --git a/quant.ew/files/core/net_handling.lua b/quant.ew/files/core/net_handling.lua index 71030859..81661c1f 100644 --- a/quant.ew/files/core/net_handling.lua +++ b/quant.ew/files/core/net_handling.lua @@ -186,6 +186,7 @@ function net_handling.proxy.end_run(_, _) if entity ~= nil and EntityGetIsAlive(entity) and not EntityHasTag(entity,"ew_notplayer") then EntityInflictDamage(entity, 1000000, "DAMAGE_CURSE", "Run Ended", "NONE", 0, 0, GameGetWorldStateEntity()) end + ctx.run_ended = true GameTriggerGameOver() end