Refactor
- removed unused code - changed net inputs for better usability
This commit is contained in:
@@ -104,4 +104,9 @@ public class ServerNode {
|
||||
public boolean shouldSpawnArrival(double numArrivals) {
|
||||
return this.spawnArrivals > Math.max(0, numArrivals);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return this.name.hashCode();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user