Skip to content

Commit

Permalink
fix my dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdChasm committed May 31, 2010
1 parent 95379a6 commit d18334a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyscripts/plugins/maprotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ def onNextMapCmd(p, args):
p.message(error('Usage: #nextmap'))
else:
try:
p.messageinfo(config['Templates']['nextmap_response'].substitute(colordict, mapname=getSuccessor(sbserver.gameMode(), sbserver.mapName()))))
p.message(info(config['Templates']['nextmap_response'].substitute(colordict, mapname=getSuccessor(sbserver.gameMode(), sbserver.mapName()))))
except (KeyError, ValueError):
sbserver.playerMessage(cn, error('Could not determine next map'))
p.message(error('Could not determine next map'))

def onConnect(cn):
if rotate_on_join[0]:
Expand Down

0 comments on commit d18334a

Please sign in to comment.