mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +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 =
|
void () ambient_generic =
|
||||||
{
|
{
|
||||||
string link;
|
string link = strtolower(self.message);
|
||||||
|
|
||||||
// moto - FIXME: typically this is set to upper-case but only FTE has strtoupper(); assume lower-case!
|
|
||||||
link = self.message;
|
|
||||||
|
|
||||||
if (link == "nolink") {
|
if (link == "nolink") {
|
||||||
if (substring(self.message, 0, 1) == "*")
|
if (substring(self.message, 0, 1) == "*")
|
||||||
|
|
Loading…
Reference in a new issue