Skip to content

Commit c55c6a5

Browse files
committed
Bump Config2Brigadier
1 parent c54c0b4 commit c55c6a5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

common/src/main/java/org/samo_lego/taterzens/npc/TaterzenNPC.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,9 @@ public void tick() {
543543
for(ServerPlayer player: players) {
544544
// Filter them here (not use a predicate above)
545545
// as we need the original list below
546-
if(((ITaterzenEditor) player).getEditorMode() == ITaterzenEditor.EditorMode.MESSAGES || this.distanceTo(player) > config.messages.speakDistance)
546+
if (((ITaterzenEditor) player).getEditorMode() == ITaterzenEditor.EditorMode.MESSAGES || this.distanceTo(player) > config.messages.speakDistance) {
547547
continue;
548+
}
548549

549550
ITaterzenPlayer pl = (ITaterzenPlayer) player;
550551
int msgPos = pl.getLastMsgPos(this.getUUID());

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ loader_version=0.14.21
88

99
#Fabric api
1010
fabric_version=0.83.0+1.20
11+
1112
#Forge
1213
forge_version=44.1.5
1314
enable_forge=false
@@ -17,5 +18,5 @@ maven_group=org.samo_lego
1718
archives_base_name=taterzens
1819
# Dependencies
1920
disguiselib_version=1.3.3
20-
c2b_version=1.2.4
21+
c2b_version=1.2.5
2122

0 commit comments

Comments
 (0)