Disable old ped on char create stuff (was never finished)
This commit is contained in:
@@ -590,7 +590,7 @@ function isPlayerSwitchingCharacter(client) {
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function isPlayerCreatingCharacter(client) {
|
function isPlayerCreatingCharacter(client) {
|
||||||
return getPlayerData(client).creatingCharacter;
|
return false; //getPlayerData(client).creatingCharacter;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user