1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

Set default tpa timeout to 2 minutes.

This commit is contained in:
KHobbits
2012-12-29 08:40:03 +00:00
parent 8b1b3352d8
commit 737f355174
2 changed files with 2 additions and 2 deletions

View File

@@ -929,7 +929,7 @@ public class Settings implements ISettings
@Override
public long getTpaAcceptCancellation()
{
return config.getLong("tpa-accept-cancellation", 0);
return config.getLong("tpa-accept-cancellation", 120);
}
@Override

View File

@@ -383,7 +383,7 @@ sethome-multiple:
# Set timeout in seconds for players to accept tpa before request is cancelled.
# Set to 0 for no timeout
tpa-accept-cancellation: 0
tpa-accept-cancellation: 120
############################################################
# +------------------------------------------------------+ #