Skip to content

Commit

Permalink
Merge pull request #455 from walliski/rngfix-update
Browse files Browse the repository at this point in the history
Update rngfix gamedata
  • Loading branch information
zealain authored Feb 5, 2023
2 parents 79bd9d5 + 92e3638 commit 6b62a4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/sourcemod/gamedata/gokz-core.games.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
// applies to trigger_vphysics_motion and trigger_wind
"CBaseVPhysicsTrigger::PassesTriggerFilters"
{
"windows" "199"
"linux" "200"
"windows" "200"
"linux" "201"
}

// applies to all other triggers
"CBaseTrigger::PassesTriggerFilters"
{
"windows" "209"
"linux" "210"
"windows" "210"
"linux" "211"
}

"IServerGameEnts::MarkEntitiesAsTouching"
Expand Down

0 comments on commit 6b62a4c

Please sign in to comment.