stalker320

Results 2 issues of stalker320

SecureOS don't see other floppy disks, and always installing SecureOS on PC. SecureOS floppy disk isn't installed. Using openComputers on Minecraft 1.7.10. Singleplayer. PC is server

It isn't requires much code, just for vectors ``` impl AddAssign for $t { fn add_assign(&mut self, rhs: Self) { self = self + rhs; } } ```