Remove extra blank lines

This commit is contained in:
Vortrex
2022-06-07 10:25:46 -05:00
parent 57f3425004
commit 9404289122

View File

@@ -1248,8 +1248,6 @@ function initClient(client) {
getServerData().clients[getPlayerId(client)].keyBinds = loadAccountKeybindsFromDatabase(getServerData().clients[getPlayerId(client)].accountData.databaseId);
sendAccountKeyBindsToClient(client);
}
}, 2500);