From: Mario Date: Mon, 20 Feb 2017 23:43:06 +0000 (+1000) Subject: mythis isn't a word X-Git-Tag: xonotic-v0.8.2~191 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=d1b5c2d464e42a65ba30148798cd30b1972844d0;p=xonotic%2Fxonotic-data.pk3dir.git mythis isn't a word --- diff --git a/qcsrc/common/triggers/func/conveyor.qc b/qcsrc/common/triggers/func/conveyor.qc index edd8eb9a2..6adbcc65f 100644 --- a/qcsrc/common/triggers/func/conveyor.qc +++ b/qcsrc/common/triggers/func/conveyor.qc @@ -10,7 +10,7 @@ void conveyor_think(entity this) if(dt <= 0) { return; } #endif - // set mythis as current conveyor where possible + // set myself as current conveyor where possible IL_EACH(g_conveyed, it.conveyor == this, { it.conveyor = NULL;