mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
Add String#strip to AddonRegistry to remove trialing newline
This commit is contained in:
parent
764f93f40f
commit
e3df44e16f
@ -114,7 +114,7 @@ public class AddonRegistry extends OpenRegistryImpl<TerraAddon> {
|
||||
Duplicate addon ID; addon with ID {} is already loaded.
|
||||
Existing addon class: {}
|
||||
Duplicate addon class: {}
|
||||
""",
|
||||
""".strip(),
|
||||
loadedAddon.getName(),
|
||||
get(loadedAddon.getName()).getClass().getCanonicalName(),
|
||||
addonClass.getCanonicalName());
|
||||
|
Loading…
x
Reference in New Issue
Block a user