Skip to content

Commit

Permalink
Coins: Change name of SQL log file
Browse files Browse the repository at this point in the history
  • Loading branch information
z0h1r-LK committed Mar 6, 2024
1 parent 02a83e0 commit 1dbe473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/ze_coins_system.sma
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Contants.
new const g_szVaultName[] = "ZE_Coins"
new const g_szLogFile[] = "MySQL_Logs"
new const g_szLogFile[] = "SQL_Coins.log"
new const g_szTable[] = "\
CREATE TABLE IF NOT EXISTS `ze_coins` ( \
`AuthID` varchar(64) NOT NULL, \
Expand Down

0 comments on commit 1dbe473

Please sign in to comment.