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 Mar 1, 2022
1 parent 392058d commit c58cf15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public CraftBlockState(final Block block, int flag) {
public CraftBlockState(Material material) {
world = null;
type = material.getId();
// light = 0; // CraftBukkit - SPIGOT-2286
chunk = null;
x = y = z = 0;
}
Expand Down

0 comments on commit c58cf15

Please sign in to comment.