From 1336a7dbc52df5dd513844a4398f9cc3b47db860 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@maiil.ru> Date: Sat, 29 Dec 2018 01:36:57 +0100 Subject: [PATCH] made world protected, so TradingEngine can access it from outer --- src/opensesim/world/Exchange.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opensesim/world/Exchange.java b/src/opensesim/world/Exchange.java index 3d833ae..2feacef 100644 --- a/src/opensesim/world/Exchange.java +++ b/src/opensesim/world/Exchange.java @@ -37,7 +37,7 @@ import org.json.JSONObject; */ public class Exchange implements Configurable, GetJson { - private GodWorld world; + protected GodWorld world; private String name; private String symbol;