Fix conflicts

This commit is contained in:
Sophie
2020-03-09 07:16:45 +00:00
45 changed files with 583 additions and 217 deletions

View File

@@ -22,11 +22,11 @@ type Session struct {
cryptConn *network.CryptConn
sendPackets chan []byte
stageID string
stage *Stage
reserveStage *Stage
charID uint32
logKey []byte
stageID string
stage *Stage
reservationStage *Stage // Required for the stateful MsgSysUnreserveStage packet.
charID uint32
logKey []byte
// A stack containing the stage movement history (push on enter/move, pop on back)
stageMoveStack *stringstack.StringStack