Skip to content

Bug fixes#1

Open
PureSpeeed wants to merge 2 commits into
charlesmaddock:mainfrom
PureSpeeed:bug-fixes
Open

Bug fixes#1
PureSpeeed wants to merge 2 commits into
charlesmaddock:mainfrom
PureSpeeed:bug-fixes

Conversation

@PureSpeeed

Copy link
Copy Markdown

Fixed a bug that allowed non-host players to rapidly spam spells during the cast time of certain spells.
Fixed a bug that didn't allow multiplayer while in debug mode.

was causing a bug that allowed for spells to be rapidly cast by non-host players
while packet_size > 0:
var packet: Dictionary = Steam.readP2PPacket(packet_size, channel)
open_packet(packet["steam_id_remote"], bytes2var(packet["data"]))
open_packet(packet["steamIDRemote"], bytes2var(packet["data"]))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This GodotSteam commit changed it to steam_id_remote: GodotSteam/GodotSteam@9497ecf

That commit is included on GodotSteam 3.10 and higher, so it looks like the version specified on the README is incorrect.

It's probably a better idea to try GodotSteam 3.10 or higher instead of that patch, and if it works, update the README: https://github.com/GodotSteam/GodotSteam/releases/tag/g333-s152-gs310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants