mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Merge pull request #265 from DragonSlayer2189/patch-3
added "banned (user) quietly" message
This commit is contained in:
commit
ea946fe14f
@ -104,7 +104,10 @@ public class Command_ban extends FreedomCommand
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
msg("Banned " + player.getName() + " quietly.");
|
||||
}
|
||||
// Kill player
|
||||
player.setHealth(0.0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user