Changed toString 'type' field to 'code'

This commit is contained in:
Collin Smith 2020-07-10 16:21:41 -07:00
parent 91e2dd8851
commit d81740bd23

View File

@ -455,7 +455,7 @@ public class Item extends Actor implements Disposable {
ToStringBuilder builder = new ToStringBuilder(this);
builder
.append("name", getName())
.append("type", code)
.append("code", code)
.append("flags", getFlagsString())
.append("version", version);
if (DEBUG_VERBOSE) {