Skip to content

Commit

Permalink
Update SEFunctions.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoduz committed Apr 27, 2024
1 parent 26a3268 commit 9ae0af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/SEFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4141,7 +4141,7 @@ JSBool SE_GetServerSetting( JSContext *cx, [[maybe_unused]] JSObject *obj, uintN
*rval = STRING_TO_JSVAL( tString );
break;
}
case 47: // PLAYERLOOTDECAYSWITHCORPSE
case 47: // LOOTDECAYSWITHPLAYERCORPSE
*rval = BOOLEAN_TO_JSVAL( cwmWorldState->ServerData()->PlayerCorpseLootDecay() );
break;
case 49: // GUARDSACTIVE
Expand Down Expand Up @@ -5083,7 +5083,7 @@ JSBool SE_GetServerSetting( JSContext *cx, [[maybe_unused]] JSObject *obj, uintN
case 348: // AUTOUNEQUIPPEDCASTING
*rval = BOOLEAN_TO_JSVAL( cwmWorldState->ServerData()->AutoUnequippedCasting() );
break;
case 349: // NPCLOOTDECAYSWITHCORPSE
case 349: // LOOTDECAYSWITHPLAYERCORPSE
*rval = BOOLEAN_TO_JSVAL( cwmWorldState->ServerData()->NpcCorpseLootDecay() );
break;
default:
Expand Down

0 comments on commit 9ae0af4

Please sign in to comment.