Fixed radials, refactored shuttle timer (works now), shuttleport can no longer travel to starports on other planets and vice versa...

...added almost all of the missing travel points
This commit is contained in:
Light2
2013-11-25 00:09:41 +01:00
parent a6ecdcd225
commit cf485b33b7
12 changed files with 216 additions and 51 deletions
-1
View File
@@ -524,7 +524,6 @@ public class ObjectService implements INetworkDispatch {
if (object == null) {
return;
}
useObject(creature, object);
}