mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 23:40:13 +00:00
hehe
This commit is contained in:
parent
09c0208de5
commit
68a225ed7e
1 changed files with 4 additions and 1 deletions
|
@ -99,7 +99,10 @@ public class TFM_PlayerListener implements Listener
|
|||
}
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue