MultiServer: add network commands Store, Retrieve, Modify and ModifyNotify
This commit is contained in:
		| @@ -77,10 +77,10 @@ class Filler(object): | ||||
|             if aboveMaxDiffStr != '[  ]': | ||||
|                 self.errorMsg += "\nMaximum difficulty could not be applied everywhere. Affected locations: {}".format(aboveMaxDiffStr) | ||||
|             isStuck = False | ||||
|         print('\n%d step(s) in %dms' % (self.nSteps, int((date-self.startDate)*1000))) | ||||
|  | ||||
|         if self.vcr != None: | ||||
|             self.vcr.dump() | ||||
|         return (isStuck, self.container.itemLocations, self.getProgressionItemLocations()) | ||||
|         return isStuck, self.container.itemLocations, self.getProgressionItemLocations() | ||||
|  | ||||
|     # helper method to collect in item/location with logic. updates self.ap and VCR | ||||
|     def collect(self, itemLoc, container=None, pickup=True): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fabian Dill
					Fabian Dill