mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Clear current player level ids when settling
This commit is contained in:
@@ -70,6 +70,10 @@ public class InstanceManager extends PlayerManager {
|
||||
// Set extra data
|
||||
change.setExtraData(settleData);
|
||||
|
||||
// Clear instance
|
||||
this.curInstanceId = 0;
|
||||
this.rewardType = 0;
|
||||
|
||||
// Success
|
||||
return change.setSuccess(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user