Skip to content

Commit 47ed258

Browse files
committed
fxing Coba_DoorInteract; thought it was fixed.
1 parent 79b714e commit 47ed258

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

JvmClient/src/jvmTest/java/uuspaceagent/Coba_DoorInteract.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@
1111
import static uuspaceagent.TestUtils.loadSE;
1212

1313
/**
14-
* For trying out grinding directly using primitives from SE.
14+
* For trying to open a door directly using primitives from SE.
1515
*/
1616
public class Coba_DoorInteract {
1717

1818
@Test
1919
public void test() throws InterruptedException {
2020

21-
var state = loadSE("islanddswithdoors").snd;
21+
//var state = loadSE("islanddswithdoors").snd;
22+
var state = loadSE("myworld-3 atdoor").snd;
2223

2324
state.updateState(state.agentId);
2425

25-
System.out.println("** Equiping grinder");
26-
state.env().equip(new ToolbarLocation(0,0));
26+
//System.out.println("** Equiping grinder");
27+
//state.env().equip(new ToolbarLocation(0,0));
2728

2829
state.updateState(state.agentId);
2930

0 commit comments

Comments
 (0)