summaryrefslogtreecommitdiff
path: root/src/admin
diff options
context:
space:
mode:
authorRenārs Blumbergs <catanictsc@gmail.com>2025-08-05 19:59:28 +0000
committerRenārs Blumbergs <catanictsc@gmail.com>2025-08-05 19:59:28 +0000
commit80f432895a8e793433e87fe10a2cb1eb9dcbd613 (patch)
tree01743e26cc0a70200ba3433a76dffef4221fc86b /src/admin
parent3849649d827d6841c9545cc8644912854781dce0 (diff)
downloadtmwa-master.tar.gz
tmwa-master.tar.bz2
tmwa-master.tar.xz
tmwa-master.zip
Update 7 filesHEADmaster
- /src/admin/ladmin.cpp - /src/char/inter.cpp - /src/map/atcommand.cpp - /src/map/intif.cpp - /src/map/map.hpp - /src/map/party.cpp - /src/map/pc.cpp
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/ladmin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/admin/ladmin.cpp b/src/admin/ladmin.cpp
index 240582b..872d300 100644
--- a/src/admin/ladmin.cpp
+++ b/src/admin/ladmin.cpp
@@ -1304,8 +1304,8 @@ void reloadGM(ZString params)
send_fpacket<0x7955, 2>(login_session, fixed_55);
bytes_to_read = 0;
- LADMIN_LOG("Request to reload the GM configuration file sended.\n"_fmt);
- PRINTF("Request to reload the GM configuration file sended.\n"_fmt);
+ LADMIN_LOG("Request to reload the GM configuration file sent.\n"_fmt);
+ PRINTF("Request to reload the GM configuration file sent.\n"_fmt);
PRINTF("Check the actual GM accounts (after reloading):\n"_fmt);
listaccount(params, 1); // 1: to list only GM
}
@@ -2422,8 +2422,8 @@ void parse_fromlogin(Session *s)
}
else
{
- PRINTF("Message successfully sended to login-server.\n"_fmt);
- LADMIN_LOG("Message successfully sended to login-server.\n"_fmt);
+ PRINTF("Message successfully sent to login-server.\n"_fmt);
+ LADMIN_LOG("Message successfully sent to login-server.\n"_fmt);
}
bytes_to_read = 0;
break;