Skip to content

Commit eb1f859

Browse files
authored
Update CHandlingManager.h
1 parent 12d6fce commit eb1f859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Server/mods/deathmatch/logic/CHandlingManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class CHandlingManager
3333

3434
// Helper functions
3535
eHandlingProperty GetPropertyEnumFromName(const std::string& name) const noexcept;
36-
bool HasModelHandlingChanged(std::uint32_t model) const noexcept;
37-
void SetModelHandlingHasChanged(std::uint32_t model, bool changed) const noexcept;
36+
static bool HasModelHandlingChanged(std::uint32_t model) noexcept;
37+
static void SetModelHandlingHasChanged(std::uint32_t model, bool changed) noexcept;
3838

3939
private:
4040
void InitializeDefaultHandlings() noexcept;

0 commit comments

Comments
 (0)