mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 20:06:23 +01:00 
			
		
		
		
	finalize fake characters logic
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| function onLogin(player) | ||||
| 	if player:getStorageValue(17571) ~= 1 then | ||||
| 	if player:getStorageValue(17571) ~= 1 and not player:isFakePlayer() then | ||||
| 		player:setStorageValue(17571, 1) | ||||
| 		 | ||||
| 		-- Items | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ErikasKontenis
					ErikasKontenis