1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-08 03:20:21 +01:00

Removed debug print from crabman77's pull-request in sprint

This commit is contained in:
LeMagnesium 2015-01-14 23:16:22 +01:00
parent af00f61cbc
commit db6c18ee36

View File

@ -12,7 +12,6 @@ local staminaHud = {}
minetest.register_on_joinplayer(function(player)
local playerName = player:get_player_name()
print("playename: " ..playerName)
players[playerName] = {
sprinting = false,
timeOut = 0,