mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-12 22:45:18 -04:00
Removed some superfluous comments in WeatherService#constructWeatherPacket
This commit is contained in:
+2
-2
@@ -125,8 +125,8 @@ public final class WeatherService extends Service {
|
||||
WeatherType type = weatherForTerrain.get(terrain);
|
||||
|
||||
swm.setType(type);
|
||||
swm.setCloudVectorX(random.nextFloat()+1); // randomised
|
||||
swm.setCloudVectorZ(random.nextFloat()+1); // randomised
|
||||
swm.setCloudVectorX(random.nextFloat()+1);
|
||||
swm.setCloudVectorZ(random.nextFloat()+1);
|
||||
swm.setCloudVectorY(0); // Ziggy: Always 0, clouds don't move up/down
|
||||
|
||||
return swm;
|
||||
|
||||
Reference in New Issue
Block a user