Disables the weather packet for 1.13 (#5200)
* disables the weather packet * fixed style and removed extra semicolon
This commit is contained in:
parent
efa5310d69
commit
02571aae50
@ -46,6 +46,8 @@ protected:
|
||||
virtual void SendTabCompletionResults (const AStringVector & a_Results) override;
|
||||
virtual void SendUpdateBlockEntity (cBlockEntity & a_BlockEntity) override;
|
||||
|
||||
virtual void SendWeather (eWeather a_Weather) override {} // This packet was removed. This keeps players from joining the server with 1.13 while there is downfall
|
||||
|
||||
virtual UInt8 GetEntityMetadataID(EntityMetadata a_Metadata) const;
|
||||
virtual UInt8 GetEntityMetadataID(EntityMetadataType a_FieldType) const;
|
||||
virtual std::pair<short, short> GetItemFromProtocolID(UInt32 a_ProtocolID) const;
|
||||
|
Loading…
Reference in New Issue
Block a user