Update kfile.js

This commit is contained in:
2026-04-15 06:34:58 +00:00
parent 53a4a3e950
commit e6f4de6820

View File

@ -11,7 +11,7 @@ let flags = {
with_networking: true,
with_viewport: true,
with_uws: false,
debug_network: false
debug_network: true
};
const system = platform === Platform.Windows ? "win32" :