This commit is contained in:
2023-12-15 15:04:02 +03:00
parent bdf0f7f4eb
commit 5a1f9b7f68
2 changed files with 1 additions and 14 deletions

View File

@@ -43,9 +43,4 @@ public class StartDVMPackage extends PublishServerObject<TestingServer, DVMPacka
}
return false;
}
@Override
protected void performDone() throws Exception {
super.performDone();
TestingServer.ResetTimer();
}
}