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());
|
plugin.rb.rollback(player.getName());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else
|
||||||
if (getServer().getPluginManager().isPluginEnabled("CoreProtect"))
|
{
|
||||||
{
|
plugin.cpb.rollback(player.getName());
|
||||||
try
|
|
||||||
{
|
|
||||||
server.dispatchCommand(sender, "co rollback t:1d r:#global #silent u:" + player.getName());
|
|
||||||
}
|
|
||||||
catch (NoClassDefFoundError ex)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deop
|
// Deop
|
||||||
|
Loading…
Reference in New Issue
Block a user