Update codename for dev builds (now Dark Side of the Moon, abbrev. DSM)
This commit is contained in:
parent
d5feed150b
commit
2fca8db352
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class DevStub implements IFMLLoadingPlugin {
|
|||
|
||||
@Mod.EventHandler
|
||||
public void onInit(FMLPostInitializationEvent event) {
|
||||
BaseBand.buildString = "Oslo";
|
||||
BaseBand.buildString = "Dark Side of the Moon";
|
||||
new BaseBand().onInit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue