bark10 / barkhouse

Development of the Barkhouse Survival Server
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Locked signs don't display text as expected. #13

Closed bark10 closed 7 years ago

bark10 commented 7 years ago

Locked signs should give the same formspec as regular signs, and show the text on the actual sign.

bark10 commented 7 years ago

Turns out _lockedsigns messed up the signs in _signslib . money depended on _lockedsigns, but didn't really depend on it. I removed _lockedsigns from money's dependencies.txt and it worked.

Locked signs are now working as expected.