mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-24 09:13:18 -04:00
Minor bugfixing change to a ResultSet to close it after use
This commit is contained in:
@@ -17,7 +17,7 @@ import utilities.Encoder.StringType;
|
||||
public class PlayerObject extends IntangibleObject {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
private String biography = "";
|
||||
// PLAY 03
|
||||
private SWGList<Integer> flagsList = new SWGList<>(BaselineType.PLAY, 3, 5, false, StringType.UNSPECIFIED, true);
|
||||
|
||||
Reference in New Issue
Block a user