djkrose / 7DTD-ScriptingMod

Adds scripting support and other useful functionality to 7 Days To Die dedicated server
19 stars 10 forks source link

Using dump(global) in JavaScript hangs the server #22

Open djkrose opened 7 years ago

djkrose commented 7 years ago

Using this line in a javascript command hangs up and ultimately crashes the server:

dump(global);