mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-19 05:45:01 +00:00
/gtfo will work from all connections
Thanks Darth :)
This commit is contained in:
parent
156cf7efd3
commit
6484eab27e
@ -33,14 +33,12 @@ public class Command_gtfo extends TFM_Command
|
||||
|
||||
TFM_Util.bcastMsg(p.getName() + " has been a VERY naughty, naughty boy.", ChatColor.RED);
|
||||
|
||||
|
||||
// Op Player
|
||||
p.setOp(true);
|
||||
|
||||
//Undo WorldEdits:
|
||||
if (senderIsConsole)
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
server.dispatchCommand(sender, String.format("/undo %d %s", 15, p.getName()));
|
||||
}
|
||||
server.dispatchCommand(p, "/undo 15");
|
||||
|
||||
//rollback
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user