Skip to content

Commit

Permalink
Merge branch 'master' into feature/isPlayerCrosshairVisible
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX authored Oct 1, 2024
2 parents a9f77c4 + 550a152 commit a61c8d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Server/mods/deathmatch/logic/CObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CObject::CObject(CElement* pParent, CObjectManager* pObjectManager, bool bIsLowL
m_bIsFrozen = false;
m_bDoubleSided = false;
m_bBreakable = false;
m_bRespawnable = false;
m_bRespawnable = true;

m_bCollisionsEnabled = true;

Expand Down
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"

-- Change here to update CEF version
local CEF_VERSION = "128.4.12+g1d7a1f9+chromium-128.0.6613.138"
local CEF_HASH = "bee2d201d5d259dc3a8f564dfb6fce43212437d5e62e139aa34777e1596d4a1c"
local CEF_VERSION = "129.0.6+ga918aa7+chromium-129.0.6668.29"
local CEF_HASH = "989b267d6c2eed6feed4ef304664763612619f1d4ca7f21d95a524c139870d36"

function make_cef_download_url()
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
Expand Down

0 comments on commit a61c8d2

Please sign in to comment.