Blockheads-Messagebot / MessageBot

Automatically respond to events in chat on your server!
GNU General Public License v3.0
6 stars 3 forks source link

Loading the same extension multiple times #35

Closed DaPBillk closed 7 years ago

DaPBillk commented 7 years ago

On iOS if you manage to click the install button fast enough for an extension, you can install it multiple times.

Bibliofile commented 7 years ago

Caused by efd7a665e3c77338497bbf6a9e13e00a197073d7 - the is-loading class only works on buttons. Will fix.

DaPBillk commented 7 years ago

Seems fixed. :D

Bibliofile commented 7 years ago

Yep, this is fixed in the latest version :) Extensions could potentially be loaded multiple times, but only the first time will the code be executed.