mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-18 00:25:32 +01:00
Set default tpa timeout to 2 minutes.
This commit is contained in:
parent
ed88f8aa06
commit
3725a5e6d4
@ -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
|
||||
|
@ -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
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
|
Loading…
Reference in New Issue
Block a user