Ignore duplicate file spam on dev shard, it's normal

ryzomclassic-develop
kaetemi 3 years ago
parent 7709977b48
commit 8f40fdb7b4
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -72,6 +72,9 @@ cfg.write("StartCommands += {\n")
cfg.write(" // Don't launch AES on development shard for now\n")
cfg.write(" \"gw_aes.transportRemove aes_l3c\",\n")
cfg.write("};\n")
cfg.write("NegFiltersWarning += {\n")
cfg.write(" \"already inserted from\",\n")
cfg.write("};\n")
cfg.write("DontNeedBackend = 1;\n")
cfg.flush()
cfg.close()

Loading…
Cancel
Save