Subj : xtrn/lord2/l2lib.js To : Git commit to main/sbbs/master From : Deucе Date : Fri Mar 26 2021 02:39 pm https://gitlab.synchro.net/main/sbbs/-/commit/646107d2a5403e8db17707e7 Modified Files: xtrn/lord2/l2lib.js Log Message: Fix a (harmless) user creation error When a players map is set, it automatically triggers a player record write. When a new player is being created, the map is set before the player is added via @addchar. This attempted to write record number undefined in the player file, which threw an exception. Since exceptions are being caught, logged, and ignored, this did not cause a problem, but did log an error when it wasn't necessary. .