From a68502637a1fde910ba561295d6026dc6ca76346 Mon Sep 17 00:00:00 2001 From: Ryley Kimmel Date: Tue, 3 Mar 2015 18:20:38 -0500 Subject: [PATCH] Use square brackets for arrays in wilderness plugin. --- data/plugins/areas/wilderness.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins/areas/wilderness.rb b/data/plugins/areas/wilderness.rb index 27fcbd54..746c5e4f 100644 --- a/data/plugins/areas/wilderness.rb +++ b/data/plugins/areas/wilderness.rb @@ -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 \ No newline at end of file +area :name => :wilderness, :coordinates => [ MIN_X, MIN_Y, MAX_X, MAX_Y, 0 ], :actions => :wilderness_level \ No newline at end of file