We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a19bb commit 523ccdaCopy full SHA for 523ccda
src/main/java/delta/codecharacter/server/service/MatchService.java
@@ -473,6 +473,8 @@ private String getErrorNotificationMessage(String errorType) {
473
return "Something went wrong!";
474
case "PLAYER_RUNTIME_ERROR":
475
return "Runtime Error";
476
+ case "TIMEOUT":
477
+ return "One of the players timed out";
478
default:
479
return errorType;
480
}
0 commit comments