DarkflameUniverse / DarkflameServer

The main repository for the Darkflame Universe Server Emulator project.
https://www.darkflameuniverse.org/
GNU Affero General Public License v3.0
639 stars 172 forks source link

chore: const return oversight #1532

Closed jadebenn closed 5 months ago

jadebenn commented 5 months ago

Forgot to remove the 'const' on the return types here and only now noticed it. Super nitpicky, but it's not good practice to have 'const' on non-reference returns