diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index bfe510e34..d5a8e75e0 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8441,11 +8441,6 @@ ACMD_FUNC(charcommands) ACMD_FUNC(new_mount) { - if( pc_cant_newmount(sd) && !(sd->sc.option&OPTION_MOUNTING) ) { - clif_displaymessage(sd->fd,"Your character cannot mount a new mount"); - return -1; - } - clif_displaymessage(sd->fd,"NOTICE: If you crash with mount your LUA is outdated"); if( !(sd->sc.option&OPTION_MOUNTING) ) { clif_displaymessage(sd->fd,"You have mounted."); |