Skip to content

Commit

Permalink
Fix keepAfter call
Browse files Browse the repository at this point in the history
  • Loading branch information
lonevox committed Jan 31, 2024
1 parent 35d9637 commit 81ce27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ var Util = {

// E.g. 'gtceu:wood_plate' -> 'wood_plate'
removeNamespace: function (location) {
return keepAfter(location, ':')
return Util.keepAfter(location, ':')
}
}

0 comments on commit 81ce27c

Please sign in to comment.