Use square brackets for arrays in wilderness plugin.

This commit is contained in:
Ryley Kimmel
2015-03-03 18:20:38 -05:00
parent 5c482766f2
commit a68502637a
+1 -1
View File
@@ -49,4 +49,4 @@ area_action :wilderness_level do
end
area :name => :wilderness, :coordinates => MIN_X, MIN_Y, MAX_X, MAX_Y, 0, => :actions => :wilderness_level
area :name => :wilderness, :coordinates => [ MIN_X, MIN_Y, MAX_X, MAX_Y, 0 ], :actions => :wilderness_level