We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17c2c1 commit eff3df9Copy full SHA for eff3df9
bec_rcon.py
@@ -265,11 +265,6 @@ async def loadMission(self, mission: str):
265
async def loadEvents(self):
266
await self.send('loadEvents')
267
return await self.waitForResponse()
268
-
269
- #Loads Scripts
270
- async def loadScripts(self):
271
- await self.send('loadScripts')
272
- return await self.waitForResponse()
273
274
#Ban a player's BE GUID from the server. If time is not specified or 0, the ban will be permanent.
275
#If reason is not specified the player will be kicked with the message "Banned".
0 commit comments