From: Mario Date: Sat, 28 Mar 2015 01:50:04 +0000 (+1100) Subject: Temporarily disable networking of ladders (abnormal ladder brushes are extending... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=08d0eefd932de38e3e1c496bd33023bdc3ed8a57;p=xonotic%2Fxonotic-data.pk3dir.git Temporarily disable networking of ladders (abnormal ladder brushes are extending past their limits, this will have to be solved) --- diff --git a/qcsrc/common/triggers/func/ladder.qc b/qcsrc/common/triggers/func/ladder.qc index 8b093f7ad..762d1ef70 100644 --- a/qcsrc/common/triggers/func/ladder.qc +++ b/qcsrc/common/triggers/func/ladder.qc @@ -33,7 +33,7 @@ float func_ladder_send(entity to, float sf) void func_ladder_link() { - Net_LinkEntity(self, false, 0, func_ladder_send); + //Net_LinkEntity(self, false, 0, func_ladder_send); } void spawnfunc_func_ladder()