Skip to content

Commit

Permalink
[#10] ... Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaloLorn authored Jan 28, 2025
1 parent e03cd30 commit 4917434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/game/scripts/bind_general.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ void RegisterGeneralBinds(bool server, bool shadow) {
bindGlobal("float FLOAT_INFINITY", (void*)&_F_INFINITY);
bindGlobal("const string BUILD_VERSION", (void*)&_BUILD_NAME);
bindGlobal("const bool IS_STEAM_BUILD", (void*)&isSteamBuild);
bindGlobal("const uint OSR_COMPILER_VERSION", (void*)&_OSR_COMPILER_VERSION)
bindGlobal("const uint OSR_COMPILER_VERSION", (void*)&_OSR_COMPILER_VERSION);

//Engine detection
if(server) {
Expand Down

0 comments on commit 4917434

Please sign in to comment.