not deleted actually

This commit is contained in:
sirjonasxx 2021-01-07 01:51:12 +01:00
parent 89da267a33
commit f01a5b55ee

View File

@ -2,7 +2,7 @@ package gearth.extensions.parsers.forums;
public enum HThreadState { public enum HThreadState {
OPEN(0), OPEN(0),
HIDDEN_BY_ADMIN(10), //DELETED HIDDEN_BY_ADMIN(10),
HIDDEN_BY_STAFF(20); HIDDEN_BY_STAFF(20);
public final int state; public final int state;