diff options
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 74d35037..48c871bb 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -254,7 +254,7 @@ public: * * @return the nexus mod id. may be 0 if the mod id isn't known or doesn't exist **/ - int modId() const override { return m_NexusID; } + int nexusId() const override { return m_NexusID; } /** * @return the fixed priority of mods of this type or INT_MIN if the priority of mods |
