mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-27 10:03:06 +01:00
Combine MsgSysEnterStage with MsgSysMoveStage
This commit is contained in:
@@ -62,6 +62,10 @@ func NewServer(config *Config) *Server {
|
||||
stage := NewStage("sl1Ns200p0a0u0")
|
||||
s.stages[stage.id] = stage
|
||||
|
||||
// Town underground left area -- rasta bar stage (Maybe private bar ID as well?)
|
||||
stage2 := NewStage("sl1Ns211p0a0u0")
|
||||
s.stages[stage2.id] = stage2
|
||||
|
||||
return s
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user