Skip to content

Commit

Permalink
Fix Compilation failure and start attempt DecentSoftware-eu#3
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusChrist69 committed Mar 9, 2023
1 parent 357d112 commit bf7c094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public void move(
}

if (!hologram.getSettings().isEditable()) {
Lang.confTell(sender, "editor.not_editable", hologram.getName());
Lang.confTell(player, "editor.not_editable", hologram.getName());
return;
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>3.0.0</version>
<name>DecentHolograms3</name> <!--TODO: Remove the 3 before release -->
<url>www.decentholograms.eu</url>
<description>The best thing ever - testing github action [Attempt #2]</description>
<description>The best thing ever - testing github action [Attempt #3]</description>

<modules>
<module>decent-holograms-api</module>
Expand Down

0 comments on commit bf7c094

Please sign in to comment.