pokepetter / ursina

A game engine powered by python and panda3d.
https://pokepetter.github.io/ursina/
MIT License
2.23k stars 328 forks source link

networking: Make invalid number of arguments message an fstring #689

Closed jamesw732 closed 4 months ago

jamesw732 commented 4 months ago

This fixes an obvious typo in line 871 of networking.py; an error message was meant to be an f-string, but the "f" was excluded.