SERVER: Use for ambient_generic

This commit is contained in:
cypress 2024-01-08 14:08:56 -05:00
parent 75cc18669f
commit 81d7d9464a

View file

@ -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) == "*")