Actually run the function to replace models

This commit is contained in:
Lordmau5 2020-05-21 01:34:22 +02:00
parent 43aad0d985
commit c6be5491d4
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Custom
character_character_data.bin
# ---> Node
# Logs
logs

View File

@ -93,3 +93,5 @@ function replaceModels() {
fs.writeFileSync("character_character_data.bin", data);
}
replaceModels();