1
0
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:
snowleo
2012-11-03 12:44:38 +01:00
parent 488096c1fd
commit 319a3e4def
16 changed files with 1262 additions and 59 deletions

View File

@@ -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)
{