Skip to content

Remove useless events

Administrator requested to merge github/fork/Helianthella/oncharif into master

Created by: Helianthella

I removed OnCharIfInit because it was a duplicate of the event OnInterIfInit (nothing in between the 2 events)


At first, I thought OnInterIfInit came before OnInit but I was wrong; it is executed after the map server connects to the char server so it's after OnInit. Why would you EVER need to wait for char server to do operations that do not require an attached rid? We don't use it and not even hercules found a use for it so I removed it.

Merge request reports