Commit 4ca8a5a
authored
swapping around and to avoid null ptr deref (#389)
# Description
Addressing issue #388 by swapping around the `addRoomToMemory` and `SaveRoomTemplate` function calls in the `CreateZone` function.
## Changes
- Calling `addRoomToMemory` before `SaveRoomTemplate` in `CreateZone`.1 parent 65f6a74 commit 4ca8a5a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| 699 | + | |
| 700 | + | |
699 | 701 | | |
700 | 702 | | |
701 | 703 | | |
702 | | - | |
703 | | - | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| |||
0 commit comments