mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-14 19:04:54 -05:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/main/java/net/shadow/client/mixin/GameRendererMixin.java
This commit is contained in:
commit
e59a170363
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ public class ShadowMain implements ModInitializer {
|
|||
CommandRegistry.init();
|
||||
log(Level.INFO, "Sending post window init");
|
||||
Events.fireEvent(EventType.POST_INIT, new PostInitEvent());
|
||||
for (Module module : ModuleRegistry.getModules()) {
|
||||
for (Module module : new ArrayList<>(ModuleRegistry.getModules())) {
|
||||
module.postInit();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@ public class DiscordRPC extends Module {
|
|||
rp.setDetails(details.getValue());
|
||||
rp.setState(state.getValue());
|
||||
rp.setLargeImage("icon", "discord.gg/moles");
|
||||
rp.setSmallImage("grass", "0x150 the 2nd#8918, saturn5Vfive#6767");
|
||||
rp.setSmallImage("icon", "0x150 the 2nd#8918, saturn5Vfive#6767");
|
||||
rp.setStart(startTime);
|
||||
DiscordIPC.setActivity(rp);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue