X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global_restart.c;h=80f4403520302900c4fc24281ac8a29540847800;hb=HEAD;hp=64ef5a52d4d78089cb5cfd37b3903a452fc61c95;hpb=1471e99b8b975135cf4f66c0e497d4a5ded7ed77;p=NeonServV5.git diff --git a/src/modules/global.mod/cmd_global_restart.c b/src/modules/global.mod/cmd_global_restart.c index 64ef5a5..80f4403 100644 --- a/src/modules/global.mod/cmd_global_restart.c +++ b/src/modules/global.mod/cmd_global_restart.c @@ -22,7 +22,5 @@ */ CMD_BIND(global_cmd_restart) { - int hard_restart = 1; - if(argc > 0 && !stricmp(argv[0], "soft")) hard_restart = 0; - restart_bot(hard_restart); + restart_bot(0); }