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