forked from mtcontrib/signs_lib
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