wrote basic building stuff, need to impliment more in the player.
This commit is contained in:
@@ -42,7 +42,6 @@ class Planet
|
||||
|
||||
# Function to return info to the client about a planet
|
||||
def info_update
|
||||
raise NotImplementedError, "Need to write tests for this function"
|
||||
return {
|
||||
'id' => @planet_id,
|
||||
'position' => @position
|
||||
|
||||
Reference in New Issue
Block a user