(98ad00fa2) v0.9.1.0
This commit is contained in:
@@ -267,7 +267,13 @@ namespace Barotrauma
|
||||
private static bool sendUserStatistics = true;
|
||||
public static bool SendUserStatistics
|
||||
{
|
||||
get { return sendUserStatistics; }
|
||||
get
|
||||
{
|
||||
#if DEBUG
|
||||
return false;
|
||||
#endif
|
||||
return sendUserStatistics;
|
||||
}
|
||||
set
|
||||
{
|
||||
sendUserStatistics = value;
|
||||
|
||||
Reference in New Issue
Block a user