Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
Update NachoSpigot-Server/src/main/java/org/bukkit/craftbukkit/block/…
Browse files Browse the repository at this point in the history
…CraftBlockState.java

Co-authored-by: Elier <[email protected]>
  • Loading branch information
crafter23456 and Elier authored Feb 28, 2022
1 parent e2cda97 commit 392058d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ public int getTypeId() {
}

public byte getLightLevel() {
//return light; // CraftBukkit - SPIGOT-2286
return getBlock().getLightLevel(); // CraftBukkit - SPIGOT-2286
return getBlock().getLightLevel();
}

public Block getBlock() {
Expand Down

0 comments on commit 392058d

Please sign in to comment.