[Rule] Allow GMs to silently summon (#3910)

* [Rule] Allow GMs to silently summon

Disable to silently summon players with #summon.

Converted SummonPC to a MessageString

* Implementing an automatic detection of gm hidden mode and silent summoning.
This commit is contained in:
Fryguy
2024-01-08 23:28:50 -05:00
committed by GitHub
parent e6dc980315
commit 98928aee74
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ void command_summon(Client *c, const Seperator *sep)
c->GetZ(),
c->GetHeading(),
2,
GMSummon
c->GetHideMe() ? GMHiddenSummon : GMSummon
);
return;
}