From 0ca24c219b8a5a7cd4beb15d8384380f7e6fa9b5 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 25 Aug 2019 17:44:10 +0200 Subject: Remove round-trip to the inter-server for the whisper-to-gm messages Signed-off-by: Haru --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 2fac5b4a4..3bdc43875 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8263,7 +8263,7 @@ ACMD(request) } safesnprintf(atcmd_output, sizeof(atcmd_output), msg_fd(fd,278), message); // (@request): %s - intif->wis_message_to_gm(sd->status.name, PC_PERM_RECEIVE_REQUESTS, atcmd_output); + pc->wis_message_to_gm(sd->status.name, PC_PERM_RECEIVE_REQUESTS, atcmd_output); clif_disp_onlyself(sd, atcmd_output); clif->message(sd->fd,msg_fd(fd,279)); // @request sent. return true; -- cgit v1.2.3-70-g09d2