- Joined
- Nov 3, 2013
- Messages
- 609
- Thread Author
- #1
I've come across an interesting bug, I'm not sure if it's java or the client but every so often System.out will start blocking:
This code will result in the status being set to Mushroom, and the script hanging (the pineapple line is never touched).
Again, I don't know if this a client or a java issue, all I know is that it happens every now and then.
@Cloud, @Arbiter
Code:
status = "Mushroom";
System.out.println("test");
status = "Pineapple";
Again, I don't know if this a client or a java issue, all I know is that it happens every now and then.
@Cloud, @Arbiter