default "allow_onpole" to disabled

for consistency with other similar flags
This commit is contained in:
Vanessa Dannenberg
2019-09-21 15:56:45 -04:00
parent 9502812088
commit 6285d250d7
2 changed files with 14 additions and 5 deletions

View File

@ -10,6 +10,7 @@ signs_lib.register_sign("default:sign_wall_wood", {
entity_info = "standard",
allow_hanging = true,
allow_widefont = true,
allow_onpole = true,
allow_onpole_horizontal = true
})
@ -26,6 +27,7 @@ signs_lib.register_sign("default:sign_wall_steel", {
entity_info = "standard",
allow_hanging = true,
allow_widefont = true,
allow_onpole = true,
allow_onpole_horizontal = true
})