Skip to content

Commit

Permalink
Fix op command logging deop text
Browse files Browse the repository at this point in the history
  • Loading branch information
Rektroth committed May 4, 2024
1 parent 9c89178 commit 22e372f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Since all bug fixes provided by this mod are ported from Paper, said fixes inher

### Compatibility

Best effort is made to keep Whiteout compatible with Lithium. Reporting of issues with compatibility is appreciated.
Best effort is made to keep Whiteout compatible with [Lithium](https://github.com/caffeinemc/lithium-fabric). Reporting of issues with compatibility is appreciated.

Compatibility with other mods is not guaranteed, but if you make an issue ticket I may get around to it. Attempts at compatibility are at my discretion. I generally will not make an effort maintain compatibility with very niche mods or large mod-packs, and will make no attempt at compatibility with mods that are fundamentally incompatible with the goals of Whiteout.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.6+build.1
loader_version=0.15.10

# Mod Properties
mod_version=0.11.2
mod_version=0.11.3
maven_group=io.github.rektroth
archives_base_name=whiteout

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ private static void skipBadSendFeedback(
boolean broadcastToOps,
@Local GameProfile gameProfile
) {
instance.sendFeedback(() -> Text.translatable("commands.deop.success", gameProfile.getName()), broadcastToOps);
instance.sendFeedback(() -> Text.translatable("commands.op.success", gameProfile.getName()), broadcastToOps);
}
}

0 comments on commit 22e372f

Please sign in to comment.