philippj / SteamworksPy

A working Python API system for Valve's Steamworks.
MIT License
212 stars 39 forks source link

Typo in Workshop_UnsubscribeItem #59

Closed rimpy-custom closed 3 years ago

rimpy-custom commented 3 years ago

https://github.com/philippj/SteamworksPy/blob/eac06c6821d8e7f579f971285f4475a8c87cca12/steamworks/interfaces/workshop.py#L146

Probably should be: self.steam.Workshop_UnsubscribeItem(published_file_id) "s" is missing.

Gramps commented 3 years ago

That is definitely a typo. Good find!

philippj commented 3 years ago

Fixed in 89baefc