mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-08 15:18:26 +00:00
Minecraft.Client: All i did is just set a false to true
This commit is contained in:
parent
1ae227e9ba
commit
45e5286e55
|
|
@ -114,7 +114,7 @@ RADEXPFUNC inline IggyResult RADEXPLINK IggyValueGetF64RS(IggyValuePath *var, Ig
|
|||
}
|
||||
RADEXPFUNC inline rrbool RADEXPLINK IggyValueSetBooleanRS(IggyValuePath *var, IggyName sub_name, char const *sub_name_utf8, rrbool value) {
|
||||
STUBBED;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
RADEXPFUNC inline void RADEXPLINK IggyInit(IggyAllocator *allocator) {
|
||||
STUBBED;
|
||||
|
|
|
|||
Loading…
Reference in a new issue