1
0
zrcadlo https://github.com/mt-mods/signs_lib.git synchronizováno 2025-11-05 05:45:29 +01:00

default "allow_onpole" to disabled

for consistency with other similar flags
Tento commit je obsažen v:
Vanessa Dannenberg
2019-09-21 15:56:45 -04:00
rodič 9502812088
revize 6285d250d7
2 změnil soubory, kde provedl 14 přidání a 5 odebrání

Zobrazit soubor

@@ -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
})