You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using version:4.0.4 I'm on Minecraft:1.12.2 I'm running:Paper
Seen results:
Removing any signs or /wr remove <Channel ID> does not remove records from SQLite DB therefore signs are re-generated once the server restarts
Expected results:
Destroying Signs immediately removes records from the database.
How to reproduce:
Create the first sign (let's do transmitter), and name it wrtest
You just created a new channel is shown
Verify that Debug message are shown as well
[INFO]: [WirelessRedstone][Debug] Channel created in database. wrtest
[INFO]: [WirelessRedstone][Debug] Placed new WirelessPoint in the database
Create another sign (maybe receiver)
You just extended a channel is shown
Verify that Debug message are shown as well
[INFO]: [WirelessRedstone][Debug] Placed new WirelessPoint in the database
Verify database has these records on the table channel, transmitter, and receiver
Destroy 2 signs
2x Successfully deleted this sign are shown
Any Debug Message is NOT shown
Database records still exist on the table channel, transmitter and receiver
Additional info:
Manually remove records from SQLite using external tools can delete channels entirely.
The text was updated successfully, but these errors were encountered:
Bug report
I'm using version:4.0.4
I'm on Minecraft:1.12.2
I'm running:Paper
Seen results:
Removing any signs or
/wr remove <Channel ID>
does not remove records from SQLite DB therefore signs are re-generated once the server restartsExpected results:
Destroying Signs immediately removes records from the database.
How to reproduce:
wrtest
You just created a new channel
is shownYou just extended a channel
is shownchannel
,transmitter
, andreceiver
Successfully deleted this sign
are shownchannel
,transmitter
andreceiver
Additional info:
Manually remove records from SQLite using external tools can delete channels entirely.
The text was updated successfully, but these errors were encountered: