H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Minor fixes for GameMgr-based marker games #1426

Closed dgelessus closed 1 year ago

dgelessus commented 1 year ago

Fixes a few small errors in #1217 that I encountered during normal testing. (Haven't done any in-depth testing of marker or GameMgr stuff, so there may be other problems lurking still.)

One of the tracebacks was longer than the LogPythonTraceback network message formally allows (1023 characters), so I added a workaround for that as well.