diff options
Diffstat (limited to 'src/map/charcommand.c')
-rw-r--r-- | src/map/charcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c index 893dd1425..768251005 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -2836,7 +2836,7 @@ int charcommand_jailtime(const int fd, struct map_session_data* sd, const char* } if (pl_sd->sc.data[SC_JAILED]->val1 == INT_MAX) { - clif_displaymessage(fd, "This player have been jailed indefinitely."); + clif_displaymessage(fd, "This player has been jailed indefinitely."); return 0; } |