mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-12 02:54:20 +01:00
Minor changes and a test commit --Rumble
This commit is contained in:
parent
a9a159cc60
commit
82da0e8063
4 changed files with 10 additions and 8 deletions
|
|
@ -2382,12 +2382,12 @@ void send_to_all(const char *messg, ...)
|
|||
void send_to_outdoor(const char *messg, ...)
|
||||
{
|
||||
struct descriptor_data *i;
|
||||
va_list args;
|
||||
|
||||
if (!messg || !*messg)
|
||||
return;
|
||||
|
||||
for (i = descriptor_list; i; i = i->next) {
|
||||
va_list args;
|
||||
|
||||
if (STATE(i) != CON_PLAYING || i->character == NULL)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue