Updated the localization files (lol)
This commit is contained in:
parent
ac2b7f6cee
commit
e7b8facf0a
9
index.js
9
index.js
|
@ -10,6 +10,7 @@ user.on("loggedOn", (stuff) => {
|
|||
user.setPersona(1);
|
||||
console.log("LOGGED IN TO STEAM")
|
||||
user.gamesPlayed([440]);
|
||||
tf2.setLang("./tf_english.txt")
|
||||
})
|
||||
|
||||
tf2.on("connectedToGC", (ver) => {
|
||||
|
@ -18,4 +19,12 @@ tf2.on("connectedToGC", (ver) => {
|
|||
|
||||
tf2.on("systemMessage", (msg) => {
|
||||
console.log(`New System Message: ${msg}`)
|
||||
})
|
||||
|
||||
tf2.on("itemBroadcast", (msg, username, wasDestruction, defindex) => {
|
||||
console.log(`New Item BC:\nMsg:${msg}\nUser:${username}\nDestroy?:${wasDestruction}`)
|
||||
})
|
||||
|
||||
tf2.on("displayNotification", (title, body) => {
|
||||
console.log(`New Notif: ${title}: ${body}`)
|
||||
})
|
17821
tf_english.txt
Normal file
17821
tf_english.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue