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
91 stars 31 forks source link

fix gmod crashes #23

Closed ghost closed 4 years ago

ghost commented 4 years ago

fixed gmod crashes when player close the chatbox (maybe)

Earu commented 4 years ago

This is unlikely to fix anything, the EasyChat.IsOpened function is more restrictive than what you replaced it with. If there was something crashing you using this function its likely to still crash you with your changes.

Cynosphere commented 4 years ago

It has to be anything you've done or a bad addon causing crashes. Maybe something is modifying _G.IsValid or Panel.IsVisible wrongly.