tiltedphoques / TiltedEvolution

Skyrim and Fallout 4 mod to play online!
https://wiki.tiltedphoques.com/tilted-online/
Other
1.06k stars 222 forks source link

fix: SetTime crash #588

Closed RobbeBryssinck closed 1 year ago

RobbeBryssinck commented 1 year ago

ArgStack integer arguments cannot be popped with any other type than int64_t, as that's how the argstack is created, and std::any will throw if you try to cast it to any other type.

https://github.com/tiltedphoques/TiltedEvolution/blob/master/Code/components/console/ConsoleRegistry.cpp#L290