mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
evil
This commit is contained in:
parent
c035278231
commit
c00ccd35b1
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,8 @@ bool Loader::Impl::supportsLaunchArguments() const {
|
|||
return true;
|
||||
}
|
||||
|
||||
#include <loader/console.hpp>
|
||||
|
||||
std::string Loader::Impl::getLaunchCommand() const {
|
||||
std::string launchArgs = "";
|
||||
|
||||
|
@ -58,6 +60,9 @@ std::string Loader::Impl::getLaunchCommand() const {
|
|||
if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) == JNI_OK) {
|
||||
env->ExceptionClear();
|
||||
}
|
||||
|
||||
// note to self: remove this in about a week (02/11 maybe)
|
||||
console::messageBox("Outdated launcher detected", "A very outdated version of the launcher is currently in use. Please update your launcher for the latest bugfixes and features.", Severity::Warning);
|
||||
}
|
||||
|
||||
return launchArgs;
|
||||
|
|
Loading…
Reference in a new issue