Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit f12b6a3

Browse files
committed
fixed client.luau stuff
1 parent c1fecf7 commit f12b6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filesystem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub fn write_file(path: String, contents: String, file_type: String) {
9696
"{root_path}/{path}.{}",
9797
match file_type.as_str() {
9898
"server" => "server.lua",
99-
"client" => "server.lua",
99+
"client" => "client.lua",
100100
"json" => "json",
101101
"toml" => "toml",
102102
_ => "lua",

0 commit comments

Comments
 (0)