mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-07 14:01:51 +07:00
Fixed #3786
This commit is contained in:
parent
7ec3ab5a17
commit
6570d23512
@ -123,7 +123,7 @@ public class Logic implements ApplicationListener{
|
||||
});
|
||||
|
||||
//sync research
|
||||
Events.on(ResearchEvent.class, e -> {
|
||||
Events.on(UnlockEvent.class, e -> {
|
||||
if(net.server()){
|
||||
Call.researched(e.content);
|
||||
}
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/29753.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/29753.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[This is a truncated changelog, see Github for full notes]
|
||||
- Leaving sectors while guardians are present is now heavily penalized
|
||||
- Made community servers sort by ping
|
||||
- Changed "global items" to "total items"
|
||||
- Added hint about core item incineration
|
||||
- Made sector landing zones display on map when visible but not unlocked
|
6
fastlane/metadata/android/en-US/changelogs/29755.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/29755.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[This is a truncated changelog, see Github for full notes]
|
||||
- Leaving sectors while guardians are present is now heavily penalized
|
||||
- Made community servers sort by ping
|
||||
- Changed "global items" to "total items"
|
||||
- Added hint about core item incineration
|
||||
- Made sector landing zones display on map when visible but not unlocked
|
6
fastlane/metadata/android/en-US/changelogs/29757.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/29757.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[This is a truncated changelog, see Github for full notes]
|
||||
- Leaving sectors while guardians are present is now heavily penalized
|
||||
- Made community servers sort by ping
|
||||
- Changed "global items" to "total items"
|
||||
- Added hint about core item incineration
|
||||
- Made sector landing zones display on map when visible but not unlocked
|
6
fastlane/metadata/android/en-US/changelogs/29759.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/29759.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[This is a truncated changelog, see Github for full notes]
|
||||
- Leaving sectors while guardians are present is now heavily penalized
|
||||
- Made community servers sort by ping
|
||||
- Changed "global items" to "total items"
|
||||
- Added hint about core item incineration
|
||||
- Made sector landing zones display on map when visible but not unlocked
|
6
fastlane/metadata/android/en-US/changelogs/29761.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/29761.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[This is a truncated changelog, see Github for full notes]
|
||||
- Leaving sectors while guardians are present is now heavily penalized
|
||||
- Made community servers sort by ping
|
||||
- Changed "global items" to "total items"
|
||||
- Added hint about core item incineration
|
||||
- Made sector landing zones display on map when visible but not unlocked
|
6
fastlane/metadata/android/en-US/changelogs/29763.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/29763.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[This is a truncated changelog, see Github for full notes]
|
||||
- Leaving sectors while guardians are present is now heavily penalized
|
||||
- Made community servers sort by ping
|
||||
- Changed "global items" to "total items"
|
||||
- Added hint about core item incineration
|
||||
- Made sector landing zones display on map when visible but not unlocked
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=d44cbae08716cfe97012c84399a1e61854d6b16c
|
||||
archash=d9f2b846e51e511aa4985c32297f6cdc8552ca87
|
||||
|
Loading…
Reference in New Issue
Block a user