mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-17 21:06:11 +00:00
Update Command_gtfo.java
This commit is contained in:
parent
ff8f6a1a96
commit
5ee8c31a3d
@ -59,16 +59,9 @@ public class Command_gtfo extends FreedomCommand
|
||||
plugin.rb.rollback(player.getName());
|
||||
|
||||
}
|
||||
|
||||
if (getServer().getPluginManager().isPluginEnabled("CoreProtect"))
|
||||
else
|
||||
{
|
||||
try
|
||||
{
|
||||
server.dispatchCommand(sender, "co rollback t:1d r:#global #silent u:" + player.getName());
|
||||
}
|
||||
catch (NoClassDefFoundError ex)
|
||||
{
|
||||
}
|
||||
plugin.cpb.rollback(player.getName());
|
||||
}
|
||||
|
||||
// Deop
|
||||
|
Loading…
Reference in New Issue
Block a user