mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-21 19:32:21 +00:00
SERVER: Use for ambient_generic
This commit is contained in:
parent
75cc18669f
commit
81d7d9464a
1 changed files with 1 additions and 4 deletions
|
@ -73,10 +73,7 @@ void() ambient_use =
|
|||
|
||||
void () ambient_generic =
|
||||
{
|
||||
string link;
|
||||
|
||||
// moto - FIXME: typically this is set to upper-case but only FTE has strtoupper(); assume lower-case!
|
||||
link = self.message;
|
||||
string link = strtolower(self.message);
|
||||
|
||||
if (link == "nolink") {
|
||||
if (substring(self.message, 0, 1) == "*")
|
||||
|
|
Loading…
Reference in a new issue