Skip to content

Commit 741972e

Browse files
committed
fix typo
1 parent b4e8cef commit 741972e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

realty-paper-api/src/main/java/io/github/md5sha256/realty/api/SignTextApplicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public ApplyResult applySignTextIfLoaded(@NotNull World world,
111111
if (!world.isChunkLoaded(chunkX, chunkZ)) {
112112
return ApplyResult.BLOCK_NOT_LOADED;
113113
}
114-
Block block = world.getBlockAt(blockX, blockY, blockZ);git
114+
Block block = world.getBlockAt(blockX, blockY, blockZ);
115115
if (!(block.getState(false) instanceof Sign sign)) {
116116
return ApplyResult.FAILED;
117117
}

0 commit comments

Comments
 (0)