From b64a3250447c0b42eeda99cc4fbf3cfb2e4e294d Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 9 Sep 2010 20:43:27 +0300 Subject: [PATCH] Grammar! :D --- data/qcsrc/server/vore.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index ca583e67..2791d046 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -322,7 +322,7 @@ void Vore() self.stat_canleave = Vore_CanLeave(); // don't allow a player inside a player inside another player :) - // prevent this by checking if such happened, and taking the proper measures + // prevent this by checking if such has happened, and taking the proper measures // this code has a high priority and must not be stopped by any delay, so run it here if(self.predator.predator.classname == "player") { -- 2.39.2