bombsquad-community / plugin-manager

A Plugin Manager for Bombsquad 1.7+
https://bombsquad-community.web.app/pluginmanager
Other
38 stars 28 forks source link

fix for latest bombsquad #289

Open BanEvanderNou opened 2 weeks ago

BanEvanderNou commented 2 weeks ago

just edit these A

Loup-Garou911XD commented 2 weeks ago

we need to add a compatibility check like build_version > 12345 so the plugin doesnt break on older version of bombsquad

Loup-Garou911XD commented 2 weeks ago

ohh just saw that its already there https://github.com/bombsquad-community/plugin-manager/blob/efaf5bbf21a2d809c633dd6329f2a27540ecbbe2/plugin_manager.py#L71C9-L71C28

BanEvanderNou commented 2 weeks ago

we need to add a compatibility check like build_version > 12345 so the plugin doesnt break on older version of bombsquad

Just informing that such bug exists.