revert Update codename for dev builds (now Dark Side of the Moon, abbrev. DSM)
This commit is contained in:
Daniella / Tove 2024-06-08 00:21:38 +02:00
parent 4c46618c36
commit a8f3661290

View file

@ -25,7 +25,7 @@ public class DevStub implements IFMLLoadingPlugin {
@Mod.EventHandler
public void onInit(FMLPostInitializationEvent event) {
BaseBand.buildString = "Dark Side of the Moon";
BaseBand.buildString = "Oslo";
new BaseBand().onInit();
}