Commit 02ddaf2 1 parent 2c34da8 commit 02ddaf2 Copy full SHA for 02ddaf2
File tree 2 files changed +1
-4
lines changed
.github/actions/prep-macos
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 49
49
cp bin/godot.osx.template.debug.64 bin/osx_template.app/Contents/MacOS/godot_osx_debug.64
50
50
chmod +x bin/osx_template.app/Contents/MacOS/godot_osx*
51
51
52
- cp modules/godotsteam /sdk/redistributable_bin/osx/libsteam_api.dylib bin/osx_template.app/Contents/MacOS/
52
+ cp modules/godotsteam_server /sdk/redistributable_bin/osx/libsteam_api.dylib bin/osx_template.app/Contents/MacOS/
53
53
54
54
cd bin/
55
55
zip -q -9 -r macos.zip osx_template.app
Original file line number Diff line number Diff line change @@ -1083,9 +1083,6 @@ class SteamServer: public Object {
1083
1083
SteamItemDetails_t inventory_details;
1084
1084
1085
1085
// Networking Sockets
1086
- uint32 network_connection;
1087
- uint32 network_poll_group;
1088
- uint64_t networking_microseconds = 0 ;
1089
1086
// SteamDatagramHostedAddress hosted_address;
1090
1087
PoolByteArray routing_blob;
1091
1088
// SteamDatagramRelayAuthTicket relay_auth_ticket;
You can’t perform that action at this time.
0 commit comments