소스 검색

Minecraft Stop Command No Need for Forward Slash

own3mall 5 년 전
부모
커밋
37caac7c54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ogp_agent.pl

+ 1 - 1
ogp_agent.pl

@@ -1292,7 +1292,7 @@ sub stop_server_without_decrypt
 				}
 			);
 
-			my $rconCommand = "/stop";
+			my $rconCommand = "stop";
 			my $mc_result = $minecraft->command($rconCommand);
 			if ($mc_result) {
 				logger "Minecraft Shutdown command sent successfully";