This commit is contained in:
Zach Brown 2018-10-24 15:05:39 -04:00
parent 719dae9595
commit 838a12b72b
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76

View file

@ -120,7 +120,7 @@ index 7ac07ac07ac0..7ac07ac07ac0 100644
// Paper end // Paper end
+ } else + } else
+ { + {
+ log.log(Level.SEVERE, "--- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - " + Bukkit.getServer().getVersion() + "---"); + log.log(Level.SEVERE, "--- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - " + Bukkit.getServer().getVersion() + " ---");
+ log.log(Level.SEVERE, "The server has not responded for " + (currentTime - lastTick) / 1000 + " seconds! Creating thread dump"); + log.log(Level.SEVERE, "The server has not responded for " + (currentTime - lastTick) / 1000 + " seconds! Creating thread dump");
+ } + }
+ // Paper end - Different message for short timeout + // Paper end - Different message for short timeout