mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
hehe
This commit is contained in:
parent
09c0208de5
commit
68a225ed7e
@ -99,7 +99,10 @@ public class TFM_PlayerListener implements Listener
|
|||||||
}
|
}
|
||||||
case BLAZE_ROD:
|
case BLAZE_ROD:
|
||||||
{
|
{
|
||||||
if (TotalFreedomMod.allowExplosions && (player.getName().equals("Madgeek1450") || player.getName().equals("markbyron")))
|
if (TotalFreedomMod.allowExplosions && (
|
||||||
|
player.getName().equals("Madgeek1450")
|
||||||
|
|| player.getName().equals("markbyron")
|
||||||
|
|| player.getName().equals("DarthSalamon")))
|
||||||
{
|
{
|
||||||
Block target_block = null;
|
Block target_block = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user