From: MirceaKitsune Date: Tue, 7 Sep 2010 17:21:49 +0000 (+0300) Subject: Better message X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=491e27ab158975d9adcf200cb7f55608365e7d32 Better message --- diff --git a/data/qcsrc/server/vore.qc b/data/qcsrc/server/vore.qc index 10b486ba..f8e96950 100644 --- a/data/qcsrc/server/vore.qc +++ b/data/qcsrc/server/vore.qc @@ -272,7 +272,7 @@ void Vore_StomachLeave() else if(time > self.complain_swallow) { play2(self, "weapons/unavailable.wav"); - sprint(self, strcat("You may not willingly get out of ", self.eater.netname, "\n")); + sprint(self, strcat("You can't willingly get out of ", self.eater.netname, "\n")); self.complain_swallow = time + complain_delay; } }