no message

This commit is contained in:
2023-11-17 23:21:20 +03:00
parent d3fc9a8f8e
commit b708f4d35d
2 changed files with 1 additions and 11 deletions

View File

@@ -181,7 +181,7 @@ public class SapforTasksPackageSupervisor {
}
//--
public boolean packageNeedsKill() throws Exception {
return (boolean) planner.ServerCommand(ServerCode.CheckPackageToKill, sapforTasksPackage.id);
return (boolean) planner.ServerCommand(ServerCode.CheckPackageToKill, String.valueOf(sapforTasksPackage.id));
}
public void killPackage() throws Exception {
//----