mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Put the NPE guard back in.
This commit is contained in:
@@ -298,9 +298,11 @@ public class CardView extends GameEntityView {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("\r\nRemembered: \r\n");
|
||||
for (final Object o : c.getRemembered()) {
|
||||
if (o != null) {
|
||||
sb.append(o.toString());
|
||||
sb.append("\r\n");
|
||||
}
|
||||
}
|
||||
set(TrackableProperty.Remembered, sb.toString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user