mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
UIProfile: name constants as they appear in the MC user-facing settings
I think these names are stupid, but it'll be easier for people to figure out what they refer to if they match the client-sided naming.
This commit is contained in:
@ -29,6 +29,6 @@ final class UIProfile{
|
|||||||
//NOOP
|
//NOOP
|
||||||
}
|
}
|
||||||
|
|
||||||
public const DESKTOP = 0;
|
public const CLASSIC = 0;
|
||||||
public const MOBILE = 1;
|
public const POCKET = 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user