From 47015fda08abc2be00fc4b4a4eb42e87cb9109ef Mon Sep 17 00:00:00 2001 From: Aronwk Date: Fri, 16 May 2025 00:17:34 -0500 Subject: [PATCH] nl@eof --- dCommon/dEnums/eChatChannel.h | 2 +- dNet/WorldPackets.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dCommon/dEnums/eChatChannel.h b/dCommon/dEnums/eChatChannel.h index c6c43e9a..819105bd 100644 --- a/dCommon/dEnums/eChatChannel.h +++ b/dCommon/dEnums/eChatChannel.h @@ -33,4 +33,4 @@ enum class eChatChannel : uint8_t { USER }; -#endif //!__ECHATCHANNEL__H__ \ No newline at end of file +#endif //!__ECHATCHANNEL__H__ diff --git a/dNet/WorldPackets.h b/dNet/WorldPackets.h index 31fe3549..7495932b 100644 --- a/dNet/WorldPackets.h +++ b/dNet/WorldPackets.h @@ -18,7 +18,7 @@ namespace WorldPackets { struct UIHelpTop5: public LUBitStream { eLanguageCodeID languageCode = eLanguageCodeID::EN_US; - // should these be shoved up to the base class? + // should these be moved up to the base class? SystemAddress sysAddr = UNASSIGNED_SYSTEM_ADDRESS; Entity* player = nullptr;