mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-09-10 07:35:40 -04:00

Add MissingAuthlibInjectorBehavior setting to control this behavior Signed-off-by: Evan Goode <mail@evangoo.de>
8 lines
89 B
C
8 lines
89 B
C
#pragma once
|
|
|
|
enum MissingAuthlibInjectorBehavior {
|
|
Ask,
|
|
Ignore,
|
|
Install,
|
|
};
|