Miscellaneous cleanup and commenting

This commit is contained in:
Electroblob
2018-06-20 23:28:56 +01:00
parent 29261082f1
commit 106148fd9e
7 changed files with 24 additions and 22 deletions
@@ -60,7 +60,6 @@ public class ItemScroll extends Item {
* server side, but the result to then be sent to the client, which means broken discovery system. Simply put, I
* can't predict that, and it's not my job to cater for other people's incorrect usage of code, especially when
* that might compromise some perfectly reasonable use (think Bibliocraft's 'best guess' book detection). */
// TODO: Backport this proxy-based fix.
return Wizardry.proxy.getScrollDisplayName(stack);
}