From 99cb2907931ce0ac5b28891eea13af2416de1ff9 Mon Sep 17 00:00:00 2001 From: Luke Esau Date: Thu, 20 Apr 2023 00:26:30 -0700 Subject: [PATCH] missed some changes last commit --- server.py | 2 +- vckonline.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server.py b/server.py index 8b22cb8..48a8bef 100755 --- a/server.py +++ b/server.py @@ -1,7 +1,7 @@ import socket import time import threading -from basegame import * +from common import * class ServerVCKO: def __init__(self): diff --git a/vckonline.py b/vckonline.py index f36de56..2fccd3b 100755 --- a/vckonline.py +++ b/vckonline.py @@ -1,4 +1,4 @@ -from basegame import * +from common import * from server import * print("Welcome to Valeria Card Kingdoms: Online")