Skip to content

Commit

Permalink
Add the $ sign that I missed (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheNerd committed May 18, 2024
1 parent 6b76b5a commit 836a6e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Module(val name: String, var metadata: ModuleMetadata, val folder: File) {

Renderer.drawStringWithShadow(
ChatLib.addColor(if (metadata.isRequired && requiredBy.isNotEmpty()) {
"&7{metadata.name ?: name}"
"&7${metadata.name ?: name}"
} else {
metadata.name ?: name
}),
Expand Down

0 comments on commit 836a6e4

Please sign in to comment.