mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 09:30:25 +02:00
set default color to prevent error
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// Default values for attachment code.
|
||||
$tags = "";
|
||||
$overlap = 0;
|
||||
$color = undef;
|
||||
$color = "yellow";
|
||||
|
||||
$attach_to = undef;
|
||||
$attach_anchor = [CENTER, CENTER, UP, 0];
|
||||
|
Reference in New Issue
Block a user