Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

EasyChat keeps reporting out of date even when updated. #65

Closed johnnymoe closed 3 years ago

Earu commented 3 years ago

Hey, are you running the GitHub version? If so are you using git or do you just download the zip archive?

It's possible that the cookie responsible for the version got corrupted, you could look into the sv.db file with this software, and check for ECLatestSHA then delete the corresponding row.

If it doesn't fix the issue, you can always disable the version warning with easychat_version_warnings 0 in your server's console.

johnnymoe commented 3 years ago

Thanks!