heroiclabs / nakama

Distributed server for social and realtime games and apps.
https://heroiclabs.com
Apache License 2.0
8.58k stars 1.06k forks source link

3.22 lua bug #1238

Open baidwwy opened 4 days ago

baidwwy commented 4 days ago

local a =1 local b =2 a,b=b,a print(a,b)

out 2,2

linear[bot] commented 4 days ago

NK-581 3.22 lua bug