blob: a41816bc4b84e04cb8c4a59efe494afc37bf3115 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#! /usr/bin/env python
# -*- coding: utf8 -*-
#
# Copyright (C) 2014 Evol Online
# Author: Andrei Karas (4144)
from code.clienttoserver.maps import *
recreateMapCache();
|