Closed Alexander230 closed 1 year ago
I've encountered this error in the console when tried to run a map "Bury My Heart Knee Deep":
Unknown player class 'NoJumpPlayerPawn'
Execution could not continue.
No player classes defined
Tested it, the same error appears in upstream Zandronum, but in GZDoom, DSDA and Crispy the map works fine.
The map defines the "NoJumpPlayerPawn" in ZScript, which is not supported by Q-Zandronum and Zandronum at all. That makes the map exclusive to GZDoom and it's forks. The issue should be fixed on map side.
I've encountered this error in the console when tried to run a map "Bury My Heart Knee Deep":
Unknown player class 'NoJumpPlayerPawn'
Execution could not continue.
No player classes defined
Tested it, the same error appears in upstream Zandronum, but in GZDoom, DSDA and Crispy the map works fine.