Skip to content

Commit eff3df9

Browse files
committed
removed duplicate code
1 parent a17c2c1 commit eff3df9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bec_rcon.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ async def loadMission(self, mission: str):
265265
async def loadEvents(self):
266266
await self.send('loadEvents')
267267
return await self.waitForResponse()
268-
269-
#Loads Scripts
270-
async def loadScripts(self):
271-
await self.send('loadScripts')
272-
return await self.waitForResponse()
273268

274269
#Ban a player's BE GUID from the server. If time is not specified or 0, the ban will be permanent.
275270
#If reason is not specified the player will be kicked with the message "Banned".

0 commit comments

Comments
 (0)