heinrich5991 / libtw2

Some Teeworlds stuff in Rust.™
Apache License 2.0
50 stars 16 forks source link

Rename map change field to more descriptive name #68

Closed ChillerDragon closed 2 years ago

ChillerDragon commented 2 years ago

As suggested by @heinrich5991

image

heinrich5991 commented 2 years ago

You'll need to adjust it in

https://github.com/heinrich5991/libtw2/blob/5f07c47f71acb943aaa8aa4a6d693980db6a15d9/gamenet/generate/msg_system.py#L67

and then regenerate everything using ./generate_all.

heinrich5991 commented 2 years ago

Thanks!