tModLoader

tModLoader

Qwerty's Bosses and Items 2
JJ's Place 24 Oct, 2024 @ 9:27pm
Small Exception
Found this small error message in the logs and though i would report just i case it might cause issues.

Logs:
[23:23:38.156] [.NET TP Worker/WARN] [tML]: QwertyMod.Content.Items.Weapon.Magic.BlackHole.BlackHoleStaff has reference fields (BlackHole) that may not be safe to share between clones.
For deep-cloning, add a custom Clone override and make proper copies of these fields. If shallow (memberwise) cloning is acceptable, mark the fields with [CloneByReference] or properties with [field: CloneByReference]
[23:23:38.213] [.NET TP Worker/WARN] [tML]: QwertyMod.Content.Items.Weapon.Melee.Yoyo.Arachnoyo.Arachnoyo has reference fields (yoyo) that may not be safe to share between clones.
For deep-cloning, add a custom Clone override and make proper copies of these fields. If shallow (memberwise) cloning is acceptable, mark the fields with [CloneByReference] or properties with [field: CloneByReference]
[23:23:38.217] [.NET TP Worker/WARN] [tML]: QwertyMod.Content.Items.Weapon.Melee.Yoyo.Arsenal.Arsenal has reference fields (yoyo) that may not be safe to share between clones.
For deep-cloning, add a custom Clone override and make proper copies of these fields. If shallow (memberwise) cloning is acceptable, mark the fields with [CloneByReference] or properties with [field: CloneByReference]
[23:23:38.280] [.NET TP Worker/WARN] [tML]: QwertyMod.Content.Items.Weapon.Ranged.Bow.B4Bow.B4Bow has reference fields (arrow) that may not be safe to share between clones.
For deep-cloning, add a custom Clone override and make proper copies of these fields. If shallow (memberwise) cloning is acceptable, mark the fields with [CloneByReference] or properties with [field: CloneByReference]
[23:23:38.281] [.NET TP Worker/WARN] [tML]: QwertyMod.Content.Items.Weapon.Ranged.Bow.DivineBanishment.DivineBanishment has reference fields (arrow) that may not be safe to share between clones.
For deep-cloning, add a custom Clone override and make proper copies of these fields. If shallow (memberwise) cloning is acceptable, mark the fields with [CloneByReference] or properties with [field: CloneByReference]
[23:23:38.283] [.NET TP Worker/WARN] [tML]: QwertyMod.Content.Items.Weapon.Ranged.Bow.HolyExiler.HolyExiler has reference fields (arrow) that may not be safe to share between clones.
For deep-cloning, add a custom Clone override and make proper copies of these fields. If shallow (memberwise) cloning is acceptable, mark the fields with [CloneByReference] or properties with [field: CloneByReference]