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