mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-07 00:38:26 +07:00
.
This commit is contained in:
@ -57,9 +57,7 @@ public class DesktopPlatform extends Platform{
|
|||||||
t.touchable(Touchable.disabled);
|
t.touchable(Touchable.disabled);
|
||||||
t.top().left();
|
t.top().left();
|
||||||
t.update(t::toFront);
|
t.update(t::toFront);
|
||||||
t.table("guideDim", f -> {
|
t.table("guideDim", f -> label[0] = f.add("").get());
|
||||||
label[0] = f.add("").get();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Log.setLogger(new LogHandler(){
|
Log.setLogger(new LogHandler(){
|
||||||
@ -143,7 +141,6 @@ public class DesktopPlatform extends Platform{
|
|||||||
@Override
|
@Override
|
||||||
public void updateRPC(){
|
public void updateRPC(){
|
||||||
if(!useDiscord) return;
|
if(!useDiscord) return;
|
||||||
Log.info("Updating discord RPC status.");
|
|
||||||
|
|
||||||
DiscordRichPresence presence = new DiscordRichPresence();
|
DiscordRichPresence presence = new DiscordRichPresence();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user