File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 "type" : " native" ,
55 "author" : " GroupMountain" ,
66 "description" : " Free Camera" ,
7- "version" : " 0.13.7 " ,
7+ "version" : " 0.13.8 " ,
88 "dependencies" : [
99 {
1010 "name" : " GMLIB"
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ class Entry {
3939
4040} // namespace FreeCamera
4141
42- LANGI18N_LITERALS (FreeCamera::Entry::getInstance().getI18n())
42+ GMLIB_LANGI18N_LITERALS (FreeCamera::Entry::getInstance().getI18n())
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ void SendFakePlayerPacket(Player* pl) {
2727 pkt1.mUuid = randomUuid;
2828 pl->sendNetworkPacket (pkt1);
2929 // Update Skin
30- auto skin = SerializedSkin ( pl->getConnectionRequest () );
30+ auto skin = pl->mSkin . get ( );
3131 gmlib::GMBinaryStream bs;
3232 bs.writePacketHeader (MinecraftPacketIds::PlayerSkin);
3333 bs.writeUuid (randomUuid);
34- bs.writeSkin (skin);
34+ bs.writeSkin (* skin);
3535 bs.writeString (" " );
3636 bs.writeString (" " );
3737 bs.writeBool (true );
Original file line number Diff line number Diff line change 44#include < unordered_set>
55
66#define MOD_NAME " FreeCamera"
7- #define TARGET_PROTOCOL 800
7+ #define TARGET_PROTOCOL 819
88
99extern std::unordered_set<uint64> FreeCamList;
1010
Original file line number Diff line number Diff line change 22 "format_version" : 3 ,
33 "format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
44 "tooth" : " github.com/GroupMountain/FreeCamera" ,
5- "version" : " 0.13.7 " ,
5+ "version" : " 0.13.8 " ,
66 "info" : {
77 "name" : " FreeCamera" ,
88 "description" : " Free Camera Mod on Bedrock Dedicated Server" ,
1717 "label" : " " ,
1818 "platform" : " win-x64" ,
1919 "dependencies" : {
20- "github.com/GroupMountain/GMLIB-Release" : " 1.0 .*"
20+ "github.com/GroupMountain/GMLIB-Release" : " 1.4 .*"
2121 },
2222 "assets" : [
2323 {
You can’t perform that action at this time.
0 commit comments