Skip to content

Commit

Permalink
remove spirit bear reset on s0c
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Nov 3, 2021
1 parent 5669ff0 commit 8078136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class DungeonFeatures {
is S0CPacketSpawnPlayer -> {
if (lastLitUpTime != -1L && packet.player.version() == 2) {
printDevMessage("spawn ${System.currentTimeMillis() - lastLitUpTime}", "spiritbear")
lastLitUpTime = -1L
//lastLitUpTime = -1L
}
}
}
Expand Down

0 comments on commit 8078136

Please sign in to comment.