Clipboard.

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
~/Library/Application\ Support/VBA-M/Battery\ Saves/

Messing around with emulator files on my laptop, because the recent OS upgrade broke the emulator I had been using.
 
144.76.41.200:25540

The ip-address for the Kimmunity modded server.
You will need to be whitelisted, so there shouldn't be any problems.
 
Fatal error: Only variables can be passed by reference in

php stuff, I got this error as I copied stuff wrongly >_>
 
upload_2015-11-4_12-23-25.png
 
assertEquals("Me", b1.getOwner());
b1.update(possess2);
assertEquals("You", b1.getOwner());
assertEquals("Assigned", b1.getState().getStateName());​

Oh, look. Java.
 
/**
* Returns a String representing the bug's state. Used when writing bugs
* to XML and when printing their data to the screen.
*
* @see edu.csc216.bug_tracker.bug.BugState#getStateName()
*/​

Yay, more Java.