Skip to content

Commit c278c12

Browse files
authored
Refactor server CLuaBlipDefs to use new parser (PR #3537)
1 parent d7adae6 commit c278c12

File tree

3 files changed

+124
-383
lines changed

3 files changed

+124
-383
lines changed

Server/mods/deathmatch/logic/CBlip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CBlip : public CPerPlayerEntity
2727
const CVector& GetPosition();
2828
void SetPosition(const CVector& vecPosition);
2929

30-
SColor GetColor() const { return m_Color; }
30+
SColor GetColor() const noexcept { return m_Color; }
3131
void SetColor(const SColor color) { m_Color = color; }
3232

3333
void AttachTo(CElement* pElement);

0 commit comments

Comments
 (0)