From d1b5c2d464e42a65ba30148798cd30b1972844d0 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 21 Feb 2017 09:43:06 +1000 Subject: [PATCH] mythis isn't a word --- qcsrc/common/triggers/func/conveyor.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2