Replies: 1 comment 3 replies
-
A module is defined by having both a If you're using Less specific
More specific
Moving non-modules out of
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'd like to propose a small change to
moduleutils.cpp
https://github.com/LandSandBoat/server/blob/base/src/map/utils/moduleutils.cpp#L254
This check was implemented two weeks ago:
310b69d
We have several modules for defining enums, where they don't actually override anything, and I think this is a valid use case for modules.
Sadly, throwing the 'error' text into the map server log causes the CI to fail.
Would you be open to changing the call from
ShowError()
toShowWarning()
, or making these prints configurable by setting?Thanks
Beta Was this translation helpful? Give feedback.
All reactions