Unstable v0.1300.0.2
This commit is contained in:
@@ -79,6 +79,11 @@ namespace Barotrauma
|
||||
|
||||
OnExecute(args);
|
||||
}
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return names[0].GetHashCode();
|
||||
}
|
||||
}
|
||||
|
||||
private static readonly Queue<ColoredText> queuedMessages = new Queue<ColoredText>();
|
||||
|
||||
Reference in New Issue
Block a user