Closed sonoro1234 closed 9 years ago
print(1,2,3) prints only 1 print(function() end) prints nothing print({}) prints nothing
Indeed! Fixed. The fix is in C++ so you need to pull changes and recompile protoplug (or wait for the next release which should be soon).
print(1,2,3) prints only 1 print(function() end) prints nothing print({}) prints nothing