GUIStyle improvements & some simple UI graphics, networking bugfixes, separate Random class, some StyleCop cleanup
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Subsurface
|
||||
|
||||
if (wasPut)
|
||||
{
|
||||
foreach (Character c in Character.characterList)
|
||||
foreach (Character c in Character.CharacterList)
|
||||
{
|
||||
if (!c.HasSelectedItem(item)) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user