Finished Renaming Classes

Removed the Xs from the ends of LimboSkyProvider and PocketProvider. Now
their names are properly capitalized.
This commit is contained in:
SenseiKiwi
2013-07-26 05:31:59 -04:00
parent 3a6b22c7cc
commit a766589eb0
8 changed files with 16 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ public class LimboProvider extends WorldProvider
public LimboProvider()
{
this.hasNoSky = false;
this.skyRenderer = new LimboSkyProviderX();
this.skyRenderer = new LimboSkyProvider();
this.spawner = mod_pocketDim.spawner;
this.properties = mod_pocketDim.properties;
}