Vlek / RuinsAndRiches

Ruins & Riches Ultima Online Server Files
6 stars 0 forks source link

Change LoggingFunctions.LogRegions to LogEnterRegion/LogExitRegion #90

Open Vlek opened 1 year ago

Vlek commented 1 year ago

Right now we're using magic strings to denote whether we're coming or going. There are obvious problems with this and it is a code smell.

I would like to change all instances where we are doing so to instead use LogEnterRegion/LogExitRegion so that we do not have to do that anymore.

This will be a part of my overarching plan to overhaul the region system.

Vlek commented 12 months ago

Updated ticket to reflect that the helper methods should also state that this has to do with changes to regions.