No need to remove insert keybind (not used anymore)

This commit is contained in:
Vortrex
2023-01-11 00:03:58 -06:00
parent cda7191fee
commit 11853807f6

View File

@@ -525,7 +525,7 @@ function selectCharacter(client, characterId = -1) {
onPlayerSpawn(client); onPlayerSpawn(client);
} }
removePlayerKeyBind(client, getKeyIdFromParams("insert")); //removePlayerKeyBind(client, getKeyIdFromParams("insert"));
logToConsole(LOG_DEBUG, `[AGRP.SubAccount] Spawned ${getPlayerDisplayForConsole(client)} as character ID ${getPlayerData(client).currentSubAccount} with skin ${skin} (${spawnPosition.x}, ${spawnPosition.y}, ${spawnPosition.z})`); logToConsole(LOG_DEBUG, `[AGRP.SubAccount] Spawned ${getPlayerDisplayForConsole(client)} as character ID ${getPlayerData(client).currentSubAccount} with skin ${skin} (${spawnPosition.x}, ${spawnPosition.y}, ${spawnPosition.z})`);