Skip to content

Commit

Permalink
fixed client.luau stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
creepersaur committed Sep 18, 2024
1 parent c1fecf7 commit f12b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub fn write_file(path: String, contents: String, file_type: String) {
"{root_path}/{path}.{}",
match file_type.as_str() {
"server" => "server.lua",
"client" => "server.lua",
"client" => "client.lua",
"json" => "json",
"toml" => "toml",
_ => "lua",
Expand Down

0 comments on commit f12b6a3

Please sign in to comment.