mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
not deleted actually
This commit is contained in:
parent
89da267a33
commit
f01a5b55ee
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user