mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-07-01 07:10:25 +02:00
default "allow_onpole" to disabled
for consistency with other similar flags
This commit is contained in:
@ -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
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user