mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-07 14:01:51 +07:00
Fixed colors appearing in server logs
This commit is contained in:
parent
ad71007a0a
commit
335e7489ce
9
fastlane/metadata/android/en-US/changelogs/29719.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/29719.txt
Normal file
@ -0,0 +1,9 @@
|
||||
- Added tutorial hints (Can be disabled in settings)
|
||||
- Fixed game crashing on systems without audio devices
|
||||
- Removed game startup dialog
|
||||
- Campaign: Balancing of certain preset sectors
|
||||
- Campaign: Made attacks less frequent
|
||||
- Campaign: Shifted AI bases toward poles
|
||||
- Campaign: Increased resource quantities near poles
|
||||
- Campaign: Fixed sectors being accessible after defeat
|
||||
- Campaign: Fixed AI builders sometimes blocking ground unit paths
|
@ -1008,6 +1008,10 @@ public class ServerControl implements ApplicationListener{
|
||||
currentLogFile = null;
|
||||
}
|
||||
|
||||
for(String value : values){
|
||||
text = text.replace(value, "");
|
||||
}
|
||||
|
||||
if(currentLogFile == null){
|
||||
int i = 0;
|
||||
while(logFolder.child("log-" + i + ".txt").length() >= maxLogLength){
|
||||
|
Loading…
Reference in New Issue
Block a user