mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-04 10:01:44 +02:00
Ess2Compat: Settings part 1
This commit is contained in:
@@ -34,7 +34,7 @@ public class Commandtpahere extends EssentialsCommand
|
||||
player.sendMessage(_("typeTpaccept"));
|
||||
int tpaAcceptCancellation = 0;
|
||||
{
|
||||
tpaAcceptCancellation = settings.getData().getCommands().getTpa().getTimeout();
|
||||
tpaAcceptCancellation = settings.getData().getCommands().getTeleport().getRequestTimeout();
|
||||
}
|
||||
if (tpaAcceptCancellation != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user