mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added SetDifficultyPacket
This commit is contained in:
@ -88,5 +88,6 @@ interface Info{
|
||||
//const PLAYER_INPUT_PACKET = 0xb9;
|
||||
const FULL_CHUNK_DATA_PACKET = 0xba;
|
||||
const UNLOAD_CHUNK_PACKET = 0xbb;
|
||||
const SET_DIFFICULTY_PACKET = 0xbc;
|
||||
|
||||
}
|
Reference in New Issue
Block a user