• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Tfs 0.3.4 PL2 - Error

Pening

Pingwin :P
Joined
Nov 25, 2008
Messages
152
Reaction score
6
Location
Poland/Płock
Code:
sqlite3_step(): SQLITE ERROR: columns id, world_id are not unique
Someone know how fix it?

I tried add unique to columns
Code:
ALTER TABLE players ADD UNIQUE (id,world_id);
But nothing happen
 
Last edited:
Back
Top